[Git][NTPsec/ntpsec][master] Renove an unused structure member and macro from the payload structure.
Eric S. Raymond
gitlab at mg.gitlab.com
Sat Dec 5 15:58:18 UTC 2015
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
3a2b3eb6 by Eric S. Raymond at 2015-12-05T10:57:22Z
Renove an unused structure member and macro from the payload structure.
- - - - -
1 changed file:
- include/recvbuff.h
Changes:
=====================================
include/recvbuff.h
=====================================
--- a/include/recvbuff.h
+++ b/include/recvbuff.h
@@ -47,11 +47,9 @@ extern HANDLE get_recv_buff_event(void);
struct payload {
union {
sockaddr_u X_recv_srcaddr; /* where packet came from */
- void * X_recv_srcclock;
struct peer * X_recv_peer;
} X_from_where;
#define recv_srcaddr X_from_where.X_recv_srcaddr
-#define recv_srcclock X_from_where.X_recv_srcclock
#define recv_peer X_from_where.X_recv_peer
endpt * dstaddr; /* address pkt arrived on */
SOCKET fd; /* fd on which it was received */
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/3a2b3eb6cf0fb8a9fe5254bb4d1fc79a59911429
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151205/07e560d7/attachment.html>
More information about the vc
mailing list