/* * * Cluster event definitions. */ #ifndef _CLUEVTDEF_H #define _CLUEVTDEF_H #define CLUEVTHNDL$K_LENGTH 8 /* length of block. */ #define CLUEVTHNDL$C_LENGTH 8 struct cluevthndl { unsigned long cluevthndl$l_cluacb_addr; unsigned long cluevthndl$l_seq_num; }; /* #define CLUEVTHNDL 0 */ #define CLUEVT$C_ADD 1 #define CLUEVT$C_REMOVE 2 #endif /*_CLUEVTDEF_H*/