]> git.meshlink.io Git - meshlink/commitdiff
Test to integrate the tinc_setup function that is linked from the library
authorSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 12:44:22 +0000 (14:44 +0200)
committerSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 13:14:28 +0000 (15:14 +0200)
meshlink-sample/meshlinkapp.c

index a7d5a15f9fec49f6bea425deaaf7b801bf8688b1..df78331c5bd54930d45f60191c56527fed8e02c2 100644 (file)
@@ -2,6 +2,11 @@
 
 int main(int argc , char **argv){
 
+char *tinc_conf = "/tmp/";
+char *name = "test";
+
+tinc_setup(tinc_conf, name);
+
 return 0;
 }