chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
process: Clear SHUTDOWN hooks in afterfork()
[secnet]
/
polypath.c
diff --git
a/polypath.c
b/polypath.c
index 27c3f4621bc0ff4ae223e487b3c2baeb9ee14cdb..3bd835e12759c9f7ddc74878e6e2ea1e0e548463 100644
(file)
--- a/
polypath.c
+++ b/
polypath.c
@@
-43,7
+43,11
@@
static const char *const default_ifname_pats[] = {
};
static const char *const default_monitor_command[] = {
+#if __linux__
+ DATAROOTDIR "/secnet/" "polypath-interface-monitor-linux", 0
+#else
0
+#endif
};
static const char *polypath_addr_to_string(void *commst,