]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_speed.c
Add a function to set the default white/blacklisting behaviour.
[meshlink] / src / sptps_speed.c
index 19ac6263ce2b85e1c7c420026ecad8590d91204f..c27683b57ab8e69d19bc9ae1d9116680c2cb355d 100644 (file)
@@ -30,6 +30,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;