X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsptps_test.c;h=b982f3878321f218786856cb744d195f62d1f7f4;hb=546eb066092803d218c5b31d32af724c42bee2a1;hp=550e0db2343a511760706f2402919f2b8790c482;hpb=2cfd1205dc9c6e9d42cc569f415afe13f52357ec;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 550e0db2..b982f387 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -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;