X-Git-Url: http://git.meshlink.io/?p=utcp;a=blobdiff_plain;f=utcp.h;h=aed177cb2913bd4dc82fd7a6bbdc8e137c36d634;hp=40cfef6ad49cc372662b160573a2a8001b0e4c66;hb=bf55733700d946f678947a6caaa782b56669a3f1;hpb=723d8c8b2d96834135f00c0ac4147282e1f0cc2c 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