vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

tag_cmd.h (211B)


      1 #ifndef _VX_TAG_CMD_H
      2 #define _VX_TAG_CMD_H
      3 
      4 
      5 /* vinfo commands */
      6 
      7 #define VCMD_task_tag		VC_CMD(VINFO, 3, 0)
      8 
      9 
     10 /* context commands */
     11 
     12 #define VCMD_tag_migrate	VC_CMD(TAGMIG, 1, 0)
     13 
     14 #endif	/* _VX_TAG_CMD_H */