File:  [Research Unix] / researchv9 / sys.vax / h / strace.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

#define TR_NAME	17	/* 1 + max ioctl message size */

struct trc {
	char	tr_name[TR_NAME];
				/* user supplied name for trace messages */
	short	tr_state;	/* internal state */
	int	tr_mask;	/* block type trace mask */
};


/*
 * values for tr_state field:
 */

#define TR_USE	1	/* trc structure in use */


/*
 * Ioctl message format.
 */

struct trcioc {
	int	command;

	union {
		int	mask;
		char	name[16];
	} arg;
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.