]> git.meshlink.io Git - meshlink/commitdiff
Remove global variables from the event loop code.
authorGuus Sliepen <guus@meshlink.io>
Sat, 26 Apr 2014 07:28:56 +0000 (09:28 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 26 Apr 2014 07:28:56 +0000 (09:28 +0200)
Everything is now in a struct event_loop_t, which is now also in
meshlink_handle_t.  To make the transition easier, there is a temporary global
event_loop_t *loop.


No differences found