|
Linux Kernel
3.7.1
|
#include <assert.h>#include <errno.h>#include <fcntl.h>#include <libgen.h>#include <limits.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include <sys/eventfd.h>Go to the source code of this file.
Macros | |
| #define | USAGE_STR "Usage: cgroup_event_listener <path-to-control-file> <args>\n" |
Functions | |
| int | main (int argc, char **argv) |
Definition at line 18 of file cgroup_event_listener.c.
Definition at line 20 of file cgroup_event_listener.c.
1.8.2