summaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/linux/errqueue.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2015-01-26 10:57:07 -0800
committerChristopher Ferris <cferris@google.com>2015-01-26 10:57:07 -0800
commit82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f (patch)
tree2d3e27eac5a493892ef219628b1ebdc98349b948 /libc/kernel/uapi/linux/errqueue.h
parent7f3d65de8cf2920981d73adee278c0d7bee79170 (diff)
downloadbionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.zip
bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.gz
bionic-82d7504cd7d5c8d2175fb3b1a4ee3518cad6aa0f.tar.bz2
Update kernel headers to v3.18.3.
Bug: 19127803 Change-Id: I67fa0832322ddd0032d909476047578be052bcf2
Diffstat (limited to 'libc/kernel/uapi/linux/errqueue.h')
-rw-r--r--libc/kernel/uapi/linux/errqueue.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libc/kernel/uapi/linux/errqueue.h b/libc/kernel/uapi/linux/errqueue.h
index b8fd3b4..b9fc10e 100644
--- a/libc/kernel/uapi/linux/errqueue.h
+++ b/libc/kernel/uapi/linux/errqueue.h
@@ -39,5 +39,15 @@ struct sock_extended_err {
#define SO_EE_ORIGIN_TXSTATUS 4
#define SO_EE_ORIGIN_TIMESTAMPING SO_EE_ORIGIN_TXSTATUS
#define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1))
+struct scm_timestamping {
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+ struct timespec ts[3];
+};
+enum {
+ SCM_TSTAMP_SND,
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+ SCM_TSTAMP_SCHED,
+ SCM_TSTAMP_ACK,
+};
#endif
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */