]> git.meshlink.io Git - meshlink/commit
Add meshlink_get_self().
authorGuus Sliepen <guus@meshlink.io>
Wed, 28 Oct 2015 21:57:49 +0000 (22:57 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:32:08 +0000 (10:32 +0200)
commite80127addf7a0a0a67e54bac9b19d0922b50e67e
treea5a45634d0c43e8b9e2d4b1ce480aed7d8b5f20d
parent252c9cab3fea05aebb42a1751d5565748b869cb2
Add meshlink_get_self().

This returns a handle for the local node. This can also be used to determine
our own name using meshlink_get_self(mesh)->name.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
test/basic.c
test/basicpp.cpp