]> git.pond.sub.org Git - empserver/blobdiff - include/treaty.h
Fix generation numbers for autonav
[empserver] / include / treaty.h
index a8c5d258b33b613085a4f223983b02cf0476405c..e70c2f98678b49730bc6ab78a3e01a02e713bcdf 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  treaty.h: Definitions for treaties
- * 
+ *
  *  Known contributors to this file:
  *      Steve McClure, 1998
  */
@@ -41,6 +41,9 @@ struct trtstr {
     /* initial part must match struct empobj */
     short ef_type;
     short trt_uid;
+    unsigned trt_seqno;
+    unsigned trt_generation;
+    time_t trt_timestamp;
     /* end of part matching struct empobj */
     natid trt_cna;             /* proposer */
     natid trt_cnb;             /* acceptor */