]> git.pond.sub.org Git - empserver/blobdiff - include/tel.h
Fix read not to split production report when update is slow
[empserver] / include / tel.h
index 63d90704a4b951a0f8276ad696ad62046aa7b572..497edb3c6da12e1fe4a74a8799fa0d541e7e7d78 100644 (file)
@@ -27,7 +27,7 @@
  *  tel.h: Definitions for things having to do with telegrams
  *
  *  Known contributors to this file:
- *     Markus Armbruster, 2009-2010
+ *     Markus Armbruster, 2009-2011
  */
 
 #ifndef TEL_H
@@ -50,6 +50,7 @@
 struct telstr {
     natid tel_from;            /* sender */
     unsigned char tel_type;
+    signed char tel_cont;      /* squash into prev. telegram? */
     unsigned tel_length;       /* how long */
     time_t tel_date;           /* when sent */
 };