X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=utcp.h;h=aed177cb2913bd4dc82fd7a6bbdc8e137c36d634;hb=134cccee1441033ad5bcb736a689a3a7481886d8;hp=40cfef6ad49cc372662b160573a2a8001b0e4c66;hpb=723d8c8b2d96834135f00c0ac4147282e1f0cc2c;p=utcp diff --git a/utcp.h b/utcp.h index 40cfef6..aed177c 100644 --- a/utcp.h +++ b/utcp.h @@ -116,4 +116,8 @@ extern size_t utcp_get_outq(struct utcp_connection *connection); extern void utcp_expect_data(struct utcp_connection *connection, bool expect); +// Completely global options + +extern void utcp_set_clock_granularity(long granularity); + #endif