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

laforge at netfilter.org laforge at netfilter.org
Thu Mar 10 19:22:18 CET 2005


Author: laforge at netfilter.org
Date: 2005-03-10 19:22:17 +0100 (Thu, 10 Mar 2005)
New Revision: 3782

Modified:
   branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h
Log:
fix comment (it's now four pointers, not three)


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-10 17:09:43 UTC (rev 3781)
+++ branches/netfilter-ha/linux-2.6-actact/ct_sync/cts_buff.h	2005-03-10 18:22:17 UTC (rev 3782)
@@ -48,7 +48,7 @@
  * The sender thread then sends a packet and advances 'sent' as well as
  * 'backlog' (to keep a fixed-length backlog). 
  *
- * 'lock' protects the three pointers themselves, as well as the cts_buff
+ * 'lock' protects the four pointers themselves, as well as the cts_buff
  * pointed to by 'cur'
  */
 struct csb_ring {




More information about the netfilter-cvslog mailing list