projects
/
meshlink
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17426d3
)
Test to integrate the tinc_setup function that is linked from the library
author
Saverio Proto
<zioproto@gmail.com>
Wed, 2 Apr 2014 12:44:22 +0000
(14:44 +0200)
committer
Saverio Proto
<zioproto@gmail.com>
Wed, 2 Apr 2014 13:14:28 +0000
(15:14 +0200)
meshlink-sample/meshlinkapp.c
patch
|
blob
|
history
diff --git
a/meshlink-sample/meshlinkapp.c
b/meshlink-sample/meshlinkapp.c
index a7d5a15f9fec49f6bea425deaaf7b801bf8688b1..df78331c5bd54930d45f60191c56527fed8e02c2 100644
(file)
--- a/
meshlink-sample/meshlinkapp.c
+++ b/
meshlink-sample/meshlinkapp.c
@@
-2,6
+2,11
@@
int main(int argc , char **argv){
+char *tinc_conf = "/tmp/";
+char *name = "test";
+
+tinc_setup(tinc_conf, name);
+
return 0;
}