]> git.pond.sub.org Git - empserver/blobdiff - include/treaty.h
Extend the common header of struct empobj to include uid
[empserver] / include / treaty.h
index ba072745a46b5d7b7b62c697e820dcfad76c9044..a8c5d258b33b613085a4f223983b02cf0476405c 100644 (file)
 #include "types.h"
 
 struct trtstr {
+    /* initial part must match struct empobj */
     short ef_type;
-    natid trt_cna;             /* proposer */
     short trt_uid;
+    /* end of part matching struct empobj */
+    natid trt_cna;             /* proposer */
     natid trt_cnb;             /* acceptor */
     signed char trt_status;    /* treaty status */
     char trt_fill;