Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
void *loggerData; // logger callback private data
} HgfsServerStateLogger;
-
-#define HGFS_MAX_IOV 3
#define HGFS_BUF_READABLE 0x0000cafe
#define HGFS_BUF_WRITEABLE 0x0000babe
# define _HGFS_TRANSPORT_H_
#include "vmci_defs.h"
-#include "hgfsServer.h" /* For HGFS_MAX_IOV */
/****************************************
* Vsock, Tcp specific data structures *
#define HGFS_REQ_PAYLOAD_V3(hgfsReq) (HGFS_REQ_PAYLOAD(hgfsReq) + sizeof(HgfsRequest))
#define HGFS_REP_PAYLOAD_V3(hgfsRep) (HGFS_REQ_PAYLOAD(hgfsRep) + sizeof(HgfsReply))
-#define HGFS_MAX_PAGES 2
-
/*
* HGFS_REQ_STATE_ALLOCATED:
* The filesystem half has allocated the request from the slab
transportHeader->iovCount = iovCount;
- ASSERT(iovCount <= HGFS_MAX_IOV);
-
/* Initialize transport Status */
transportStatus = (HgfsVmciTransportStatus *)req->buffer;
transportStatus->status = HGFS_VMCI_IO_PENDING;