summaryrefslogtreecommitdiff
path: root/netifd.h
diff options
context:
space:
mode:
Diffstat (limited to 'netifd.h')
-rw-r--r--netifd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/netifd.h b/netifd.h
index 1bb3820..926cab8 100644
--- a/netifd.h
+++ b/netifd.h
@@ -13,6 +13,13 @@
#include "utils.h"
+#ifdef DUMMY_MODE
+#define DEFAULT_HOTPLUG_PATH "./scripts/hotplug-cmd"
+#else
+#define DEFAULT_HOTPLUG_PATH "/sbin/hotplug-cmd"
+#endif
+
+extern char *hotplug_cmd_path;
extern unsigned int debug_mask;
enum {