]> granicus.if.org Git - strace/commit
Implement decoding of SO_TIMESTAMP*_NEW control messages
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2019 16:16:29 +0000 (16:16 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 May 2019 16:16:29 +0000 (16:16 +0000)
commite26b1a755a66bf868a00003ca29498e1a3d150a0
treea195e37e35a02c8a58b9ff17244ed101dea57d8e
parent3f7ad363fb4eaf2239db3edaceba965a801636e7
Implement decoding of SO_TIMESTAMP*_NEW control messages

* print_timeval64.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* defs.h (print_timeval64_data_size): New prototype.
* msghdr.c (print_scm_timestamp_new, print_scm_timestampns_new,
print_scm_timestamping_new): New functions.
(cmsg_socket_printers): Add SO_TIMESTAMP_NEW, SO_TIMESTAMPNS_NEW,
and SO_TIMESTAMPING_NEW.
* NEWS: Mention this change.
Makefile.am
NEWS
defs.h
msghdr.c
print_timeval64.c [new file with mode: 0644]