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

« back to all changes in this revision

Viewing changes to modules/linux/vmci/vmciUtil.c

  • Committer: Evan Broder
  • Date: 2010-03-21 23:26:53 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: broder@mit.edu-20100321232653-5a57r7v7ch4o6byv
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    * We subscribe to the VMCI_EVENT_CTX_ID_UPDATE here so we can update the
93
93
    * internal context id when needed.
94
94
    */
95
 
   if (VMCIEvent_Subscribe(VMCI_EVENT_CTX_ID_UPDATE, VMCIUtilCidUpdate, NULL,
 
95
   if (VMCIEvent_Subscribe(VMCI_EVENT_CTX_ID_UPDATE, VMCI_FLAG_EVENT_NONE,
 
96
                           VMCIUtilCidUpdate, NULL,
96
97
                           &ctxUpdateSubID) < VMCI_SUCCESS) {
97
98
      VMCI_LOG(("VMCIUtil: Failed to subscribe to event %d.\n", 
98
99
                VMCI_EVENT_CTX_ID_UPDATE));