]> git.meshlink.io Git - meshlink/commit
tinc_start() - skeleton of the API call. The function starts the main tinc thread...
authorSaverio Proto <zioproto@gmail.com>
Sat, 5 Apr 2014 10:45:35 +0000 (12:45 +0200)
committerSaverio Proto <zioproto@gmail.com>
Sat, 5 Apr 2014 10:47:11 +0000 (12:47 +0200)
commit7ef762c6ac85e3eb7c21c41cd752ba130279f232
tree6b45e6d9ced01b8bcd5d10b885513076dc63e5d2
parent78dbeddec72bc1c75165f1d1c8554e322c606fbe
tinc_start() - skeleton of the API call. The function starts the main tinc thread where the tinc logic will be. We pass the confbase because an application may participate in multiple VPNs at the same time (to be discussed further)
meshlink-sample/meshlinkapp.c
src/Makefile.am
src/libmeshlink.c
src/libmeshlink.h