]> git.meshlink.io Git - meshlink/blobdiff - meshlink-sample/meshlinkapp.c
Remove everything GPL that is not copyright Guus Sliepen, update copyright statements.
[meshlink] / meshlink-sample / meshlinkapp.c
index 647e6b77630c66b05b2d14e664ae3d1a4899ebbf..0b494599f4c6c635d4ad0503909b2cbdbd614d6b 100644 (file)
@@ -4,9 +4,10 @@ int main(int argc , char **argv){
 
 char *confbase = "/tmp/meshlink/";
 char *name = "test";
+debug_level = 5;
 
 node_t* remotenode = new_node();
-char *remotename = "nameofremotenode";
+char *remotename = "ml";
 
 //TODO: change this, calling a function that returns node_t
 remotenode->name = malloc(16);