]> git.meshlink.io Git - meshlink/history - src/meshlink_internal.h
Move several variables to mesh.
[meshlink] / src / meshlink_internal.h
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove outgoing_list to mesh->outgoings.
2014-04-21 Guus SliepenMove connection_list to mesh->connections.
2014-04-21 Guus SliepenTemporarily add a global meshlink_handle_t *mesh.
2014-04-21 Guus SliepenStart of implementation of meshlink_open().
2014-04-21 Guus SliepenRename variable handle to mesh.
2014-04-21 Guus SliepenUse "struct foo_t *" instead of "foo_t *" in .h files.
2014-04-19 Guus SliepenAdd meshlink_internal.h containing the private parts...