[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/src subnet.h,1.1.2.24,1.1.2.25
Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv2751
Modified Files:
Tag: CABAL
subnet.h
Log Message:
Unused variable in struct.
Index: subnet.h
===================================================================
RCS file: /home/CVS/tinc/src/subnet.h,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -r1.1.2.24 -r1.1.2.25
--- subnet.h 2003/07/30 21:52:41 1.1.2.24
+++ subnet.h 2003/10/06 14:33:04 1.1.2.25
@@ -51,7 +51,6 @@
typedef struct subnet_t {
struct node_t *owner; /* the owner of this subnet */
- struct node_t *uplink; /* the uplink which we should send packets to for this subnet */
subnet_type_t type; /* subnet type (IPv4? IPv6? MAC? something even weirder?) */
--
Tinc-cvs: CVS changelog list for the tinc VPN daemon
Archive: http://mail.nl.linux.org/tinc-cvs/
Tinc site: http://tinc.nl.linux.org/