summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 17:21:32 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-06-04 17:21:32 +0200
commitf2bb9fd6d433440f49dcea9d47f519d23388847f (patch)
tree26148eb5787b30bca41bafc6c1ded2ca96bb259b /src/fastd.c
parenta157804e7b19e94ca9d7f3ae9efd516bcc0ece85 (diff)
downloadfastd-f2bb9fd6d433440f49dcea9d47f519d23388847f.tar
fastd-f2bb9fd6d433440f49dcea9d47f519d23388847f.zip
Add version string to handshake
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c
index aa7ed44..9e5e528 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -715,6 +715,8 @@ int main(int argc, char *argv[]) {
update_time(&ctx);
+ pr_info(&ctx, "fastd " FASTD_VERSION " starting");
+
init_sockets(&ctx);
init_tuntap(&ctx);