root/trunk/kernel/tag_cmd.h

Revision 2589, 211 bytes (checked in by dhozac, 1 year ago)

Add support for a separate filesystem tag, and in the process improve the support for network contexts.

Line 
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 */
Note: See TracBrowser for help on using the browser.