]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
Allow log messages to be captured by tincctl.
[meshlink] / src / sptps_test.c
index 06d8deab97432c09459eece0e46016d58e69fdaf..56dcc88634d4061ea01bd8ad5178736c817b0fde 100644 (file)
 #include "sptps.h"
 #include "utils.h"
 
+// Symbols necessary to link with logger.o
 char *logfilename;
+char *connection_tree;
+char *send_request;
+char *send_meta;
+
 ecdsa_t mykey, hiskey;
 
 static bool send_data(void *handle, const char *data, size_t len) {