~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools-august.merge

« back to all changes in this revision

Viewing changes to modules/linux/vmci/vmciDatagram.h

  • Committer: Bazaar Package Importer
  • Author(s): Nate Muench
  • Date: 2010-09-06 21:06:01 UTC
  • mfrom: (2.4.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100906210601-gxxy30e5roil4srt
Tags: 2010.06.16-268169-3ubuntu1
* Merge from Debian testing (LP: #632101), remaining changes:
  - Recommend open-vm-toolbox in open-vm-tools.
  - Rediffing vsock.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *
17
17
 *********************************************************/
18
18
 
19
 
/* 
 
19
/*
20
20
 * vmciDatagram.h --
21
21
 *
22
22
 *      Simple Datagram API for the Linux guest driver.
29
29
#include "includeCheck.h"
30
30
 
31
31
#include "vmci_defs.h"
 
32
#include "vmci_call_defs.h"
32
33
#include "vmci_kernel_if.h"
33
34
#include "vmci_infrastructure.h"
34
 
#include "vmciGuestKernelAPI.h"
35
35
#include "vmci_iocontrols.h"
36
36
 
37
37
typedef struct DatagramQueueEntry DatagramQueueEntry;