Replace direct access to /proc/sys params by new added helpers from sysctl.c module.
Vadim Kochan (3): sysctl: Add sysctl module with /proc/sys helpers bpf: Use sysctl helpers to enable bpf jit compiler sock: Use sysctl helpers to access /proc/sys/ params astraceroute/Makefile | 1 + bpf.c | 14 ++--------- bpfc/Makefile | 1 + flowtop.c | 55 +----------------------------------------- flowtop/Makefile | 1 + ifpps/Makefile | 1 + netsniff-ng/Makefile | 1 + sock.c | 41 +++++++------------------------ sysctl.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ sysctl.h | 7 ++++++ trafgen/Makefile | 1 + 11 files changed, 92 insertions(+), 98 deletions(-) create mode 100644 sysctl.c create mode 100644 sysctl.h -- 2.4.2 -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
