dtm_tcm.h

来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 28 行

H
28
字号
/*  @(#)ATS dtm_tcm.h 1.1 92/07/30 Copyright Sun Microsystems Inc.*//* * dtm_tcm.h * *	This file lists the rpc proc nums for messages from dtm to tcm. * */struct failure {		/* when SUNDIAG_ATS_FAILURE/SUNDIAG_ATS_ERROR */  long hostid;			/* old: int tcm_index */  int  run_status;		/* old: int teststatus */  char testname[80];		/* old: char *testname */  char devname[80];		/* old: char *devname */  char message[600];		/* 600 = MESSAGE_SIZE + time stamp */};struct test {			/* when SUNDIAG_ATS_STOP, SUNDIAG_ATS_START */  long hostid;			/* old: int tcm_index */  char testname[80];            /* testname is started/stopped */  char devname[80];		/* devname */  int  pass_count;		/* pass count */};extern xdr_test();extern xdr_failure();

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?