~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-merge1

« back to all changes in this revision

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

  • 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:
28
28
 
29
29
#define DOLOG(...) printk(KERN_INFO __VA_ARGS__)
30
30
#define VMCI_LOG(_args) DOLOG _args
 
31
/* XXX We need to make this consistant between the guest and the host. */
 
32
#define VMCILOG(_args) DOLOG _args
31
33
 
32
34
/* 
33
35
 * Called by common code, hence the different naming convention.