[netfilter-cvslog] r4518 - trunk/libnetfilter_log/include/libnetfilter_log

laforge at netfilter.org laforge at netfilter.org
Mon Nov 14 16:55:45 CET 2005


Author: laforge at netfilter.org
Date: 2005-11-14 16:55:44 +0100 (Mon, 14 Nov 2005)
New Revision: 4518

Modified:
   trunk/libnetfilter_log/include/libnetfilter_log/linux_nfnetlink_log.h
Log:
sync userspace header with current kernel file


Modified: trunk/libnetfilter_log/include/libnetfilter_log/linux_nfnetlink_log.h
===================================================================
--- trunk/libnetfilter_log/include/libnetfilter_log/linux_nfnetlink_log.h	2005-11-14 15:55:09 UTC (rev 4517)
+++ trunk/libnetfilter_log/include/libnetfilter_log/linux_nfnetlink_log.h	2005-11-14 15:55:44 UTC (rev 4518)
@@ -1,6 +1,10 @@
 #ifndef _NFNETLINK_LOG_H
 #define _NFNETLINK_LOG_H
 
+#ifndef aligned_u64
+#define aligned_u64 unsigned long long __attribute__((aligned(8)))
+#endif
+
 /* This file describes the netlink messages (i.e. 'protocol packets'),
  * and not any kind of function definitions.  It is shared between kernel and
  * userspace.  Don't put kernel specific stuff in here */
@@ -8,10 +12,6 @@
 #include <linux/types.h>
 #include <libnfnetlink/linux_nfnetlink.h>
 
-#ifndef aligned_u64
-#define aligned_u64 unsigned long long __attribute__((aligned(8)))
-#endif
-
 enum nfulnl_msg_types {
 	NFULNL_MSG_PACKET,		/* packet from kernel to userspace */
 	NFULNL_MSG_CONFIG,		/* connect to a particular queue */




More information about the netfilter-cvslog mailing list