blob: b5f22129c0d38eb8823679951b34fcf3935ba0cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tuntap.c.orig 2018-10-15 10:45:27 UTC
+++ tuntap.c
@@ -33,6 +33,8 @@
#include "tuntap.h"
#include "private.h"
+t_tuntap_log tuntap_log;
+
struct device *
tuntap_init(void) {
struct device *dev = NULL;
|