]> granicus.if.org Git - strace/blob - netlink_kobject_uevent.h
mem: handle potential error from sysconf(_SC_PAGESIZE)
[strace] / netlink_kobject_uevent.h
1 #ifndef STRACE_NETLINK_KOBJECT_UEVENT_H
2 #define STRACE_NETLINK_KOBJECT_UEVENT_H
3
4 struct udev_monitor_netlink_header {
5         /* "libudev" prefix to distinguish libudev and kernel messages */
6         char prefix[8];
7         unsigned int magic;
8         unsigned int header_size;
9         unsigned int properties_off;
10         unsigned int properties_len;
11         unsigned int filter_subsystem_hash;
12         unsigned int filter_devtype_hash;
13         unsigned int filter_tag_bloom_hi;
14         unsigned int filter_tag_bloom_lo;
15 };
16
17 #endif /* !STRACE_NETLINK_KOBJECT_UEVENT_H */