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

« back to all changes in this revision

Viewing changes to modules/linux/vmmemctl/backdoor_def.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-10-23 15:32:00 UTC
  • mfrom: (1.1.2 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20081023153200-gc1bfx89hj35c799
Tags: 2008.10.10-123053-2
* Correcting typo in dh_installinit call.
* Downgrading depends on module-assistant to recommends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
#define BDOOR_CMD_GETUUID               19
80
80
#define BDOOR_CMD_GETMEMSIZE            20
81
81
#define BDOOR_CMD_HOSTCOPY              21 /* Devel only */
82
 
/* BDOOR_CMD_GETOS2INTCURSOR, 22, is very old and defunct. Reuse. */
 
82
#define BDOOR_CMD_SERVICE_VM            22 /* prototype only */         
83
83
#define BDOOR_CMD_GETTIME               23 /* Deprecated. Use GETTIMEFULL. */
84
84
#define BDOOR_CMD_STOPCATCHUP           24
85
85
#define BDOOR_CMD_PUTCHR                25 /* Devel only */
113
113
#define BDOOR_CMD_ISGOSDARWIN           52
114
114
#define BDOOR_CMD_DEBUGEVENT            53
115
115
#define BDOOR_CMD_OSNOTMACOSXSERVER     54
116
 
#define BDOOR_CMD_MAX                   55
 
116
#define BDOOR_CMD_GETTIMEFULL_WITH_LAG  55
 
117
#define BDOOR_CMD_MAX                   56
117
118
 
118
119
/* 
119
120
 * IMPORTANT NOTE: When modifying the behavior of an existing backdoor command,