]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
meshlink_start() now fails when the listening socket could not be opened.
[meshlink] / src / sptps_test.c
index 550e0db2343a511760706f2402919f2b8790c482..b982f3878321f218786856cb744d195f62d1f7f4 100644 (file)
@@ -35,6 +35,8 @@
 // Symbols necessary to link with logger.o
 bool send_request(void *c, const char *msg, ...) { return false; }
 void *mesh;
+void *global_log_cb;
+int global_log_level;
 bool send_meta(void *c, const char *msg , int len) { return false; }
 char *logfilename = NULL;
 struct timeval now;