[netfilter-cvslog] r3770 - branches/netfilter-ha/linux-2.6-actact/ct_sync

laforge at netfilter.org laforge at netfilter.org
Mon Mar 7 16:10:10 CET 2005


Author: laforge at netfilter.org
Date: 2005-03-07 16:10:09 +0100 (Mon, 07 Mar 2005)
New Revision: 3770

Modified:
   branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h
Log:
add sockaddr to cts_buff


Modified: branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h
===================================================================
--- branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h	2005-03-07 15:09:45 UTC (rev 3769)
+++ branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h	2005-03-07 15:10:09 UTC (rev 3770)
@@ -21,6 +21,7 @@
 #if (CTSYNC_DEBUG >= 4)
 	unsigned int ringnum;	/* number inside ring */
 #endif
+	struct sockaddr addr;	/* address of peer */
 
 	atomic_t use;		/* is somebody still busy writing data? */
 	unsigned long firstuse;	/* time in jiffies the first message was written */




More information about the netfilter-cvslog mailing list