netplika/ts.h
2015-07-12 21:10:34 +02:00

10 lines
295 B
C

ssize_t ts_sendmsg(int sd, const struct msghdr *msgh, int flags, struct timespec *ts);
ssize_t ts_recvmsg(int sd, struct msghdr *msgh, int flags, struct timespec *ts, int *key, int *id);
void ts_print(struct timespec *ts);
int ts_enable_if(const char *dev);
int ts_enable_sd(int sd);