ntp: store socket in NTP instance

This is preparation for separate client sockets.
This commit is contained in:
Miroslav Lichvar
2014-03-24 16:47:58 +01:00
parent 308de81221
commit 9a657cd4a3
5 changed files with 40 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ typedef struct {
typedef struct {
IPAddr ip_addr;
int sock_fd;
} NTP_Local_Address;
#endif /* GOT_ADDRESSING_H */