File: tag_cmd.h

package info (click to toggle)
util-vserver 0.30.216-pre3054-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,556 kB
  • ctags: 3,909
  • sloc: ansic: 23,121; sh: 16,905; xml: 1,972; makefile: 383; python: 301; perl: 85; awk: 4
file content (14 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _VX_TAG_CMD_H
#define _VX_TAG_CMD_H


/* vinfo commands */

#define VCMD_task_tag		VC_CMD(VINFO, 3, 0)


/* context commands */

#define VCMD_tag_migrate	VC_CMD(TAGMIG, 1, 0)

#endif	/* _VX_TAG_CMD_H */