Add basic pledge/unveil sandbox on OpenBSD
[tinc] / src / device.h
index c85671b..32c0b87 100644 (file)
@@ -27,6 +27,8 @@ extern int device_fd;
 extern char *device;
 extern char *iface;
 
+#define DEVICE_DUMMY "dummy"
+
 typedef struct devops_t {
        bool (*setup)(void);
        void (*close)(void);