]> git.meshlink.io Git - utcp/commit
Change utcp_timeout() to return a struct timeval.
authorGuus Sliepen <guus@meshlink.io>
Fri, 5 Dec 2014 21:08:21 +0000 (22:08 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 5 Dec 2014 21:08:21 +0000 (22:08 +0100)
commit5e2471e7e38b68745668aa9c3b1d55297895bba2
tree1d4221a0941a6eea04e9bd46aa0a3bd595f103cc
parent36555fb967087c22ec8854b4cad158f7d2688c5b
Change utcp_timeout() to return a struct timeval.

This is what MeshLink uses internally as well, and prevents confusion over which units the old int
return value had.
test.c
utcp.c
utcp.h