~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools.march-merge

« back to all changes in this revision

Viewing changes to modules/linux/vmci/common/vmciCommonInt.h

  • Committer: Nate Muench
  • Date: 2012-03-22 17:50:13 UTC
  • mfrom: (1.4.7)
  • Revision ID: nowiwilldestroyabydos@gmail.com-20120322175013-0jh30wfk7ut20rdj
Tags: 2012.03.13-651368-0ubuntu1
* Merge latest upstream git tag.
* debian/rules: Removed glib2.0 compatibility CFLAG.
  - Packaging can now build without it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                                         * Version of the code that created
67
67
                                         * this context; e.g., VMX.
68
68
                                         */
69
 
   VMCILock           lock;             /* Locks callQueue and handleArrays. */
 
69
   VMCILock           lock;             /*
 
70
                                         * Locks datagramQueue, doorbellArray,
 
71
                                         * pendingDoorbellArray and
 
72
                                         * notifierArray.
 
73
                                         */
70
74
   VMCIHandleArray    *queuePairArray;  /*
71
75
                                         * QueuePairs attached to.  The array of
72
76
                                         * handles for queue pairs is accessed
75
79
                                         * is also accessed from the context
76
80
                                         * clean up path, which does not
77
81
                                         * require a lock.  VMCILock is not
78
 
                                         * used to protect the QP array field.
 
82
                                         * used to protect the QP array.
79
83
                                         */
80
84
   VMCIHandleArray    *doorbellArray;   /* Doorbells created by context. */
81
85
   VMCIHandleArray    *pendingDoorbellArray; /* Doorbells pending for context. */