[vala] linux: add more netlink constants
- From: Michael Lauer <mlauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] linux: add more netlink constants
- Date: Wed, 22 Dec 2010 23:24:20 +0000 (UTC)
commit 01fb0af7831b3cbcc33412a51e3eac95480d012c
Author: Michael 'Mickey' Lauer <mickey vanille-media de>
Date: Wed Dec 22 23:55:50 2010 +0100
linux: add more netlink constants
vapi/linux.vapi | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/vapi/linux.vapi b/vapi/linux.vapi
index 291df7f..e8479a0 100644
--- a/vapi/linux.vapi
+++ b/vapi/linux.vapi
@@ -2428,6 +2428,17 @@ namespace Linux {
[CCode (cheader_filename = "linux/netlink.h")]
public const int NETLINK_ECRYPTFS;
+ [CCode (cheader_filename = "linux/netlink.h")]
+ public const int NETLINK_ADD_MEMBERSHIP;
+ [CCode (cheader_filename = "linux/netlink.h")]
+ public const int NETLINK_DROP_MEMBERSHIP;
+ [CCode (cheader_filename = "linux/netlink.h")]
+ public const int NETLINK_PKTINFO;
+ [CCode (cheader_filename = "linux/netlink.h")]
+ public const int NETLINK_BROADCAST_ERROR;
+ [CCode (cheader_filename = "linux/netlink.h")]
+ public const int NETLINK_NO_ENOBUFS;
+
// netlink socket, can be used instead of sockaddr
[CCode (cname = "struct sockaddr_nl", cheader_filename = "linux/netlink.h", destroy_function = "")]
public struct SockAddrNl {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]