X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;fp=lib%2Flist.h;h=3e1735bfff29e95d468569d15861344fec17c65d;hp=b62ab9921bc02d0c493c7ed5a5312984f9831c59;hb=61cb593e670107ca3041f582c5486c243d5eda9e;hpb=0e7136027ce05bfeca977f2f64f3b228ea4fda87 diff --git a/lib/list.h b/lib/list.h index b62ab992..3e1735bf 100644 --- a/lib/list.h +++ b/lib/list.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: list.h,v 1.1.2.4 2001/01/07 17:08:50 guus Exp $ + $Id: list.h,v 1.1.2.5 2002/03/27 15:01:16 guus Exp $ */ #ifndef __TINC_LIST_H__ @@ -40,6 +40,7 @@ typedef struct list_t { list_node_t *head; list_node_t *tail; + int count; /* Callbacks */