~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to modules/linux/vsock/include/vmci_call_defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-11-20 21:56:00 UTC
  • mfrom: (1.1.3 upstream) (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081120215600-0jujiv17a2ja92xu
Tags: 2008.11.18-130226-1
* Replacing obsolete dh_clean -k with dh_prep.
* Merging upstream version 2008.11.18-130226.
* Updating debian directory for addition of pvscsi and vmxnet3 modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
   uint64     payloadSize;
52
52
} VMCIDatagram;
53
53
 
54
 
typedef int
55
 
(*VMCIDatagramRecvCB)(void *clientData,   // IN: client data for handler
56
 
                      VMCIDatagram *msg); // IN: 
57
54
 
58
55
/* Flag for creating a wellknown handle instead of a per context handle. */
59
56
#define VMCI_FLAG_WELLKNOWN_DG_HND 0x1
168
165
} VMCI_EventData;
169
166
 
170
167
 
 
168
/* Callback needed for correctly waiting on events. */
 
169
 
 
170
typedef int
 
171
(*VMCIDatagramRecvCB)(void *clientData,   // IN: client data for handler
 
172
                      VMCIDatagram *msg); // IN: 
 
173
 
 
174
 
171
175
/*
172
176
 * We use the following inline function to access the payload data associated
173
177
 * with an event data.