aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/network.c')
-rw-r--r--src/util/network.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/util/network.c b/src/util/network.c
index 98eeb7b0c..6ce3df1c2 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -65,28 +65,6 @@ struct GNUNET_NETWORK_Handle
65}; 65};
66 66
67 67
68struct GNUNET_NETWORK_FDSet
69{
70
71 /**
72 * Maximum number of any socket socket descriptor in the set (plus one)
73 */
74 int nsds;
75
76 /**
77 * Bitset with the descriptors.
78 */
79 fd_set sds;
80
81#ifdef WINDOWS
82 /**
83 * Linked list of handles
84 */
85 struct GNUNET_CONTAINER_SList *handles;
86#endif
87
88};
89
90#ifndef FD_COPY 68#ifndef FD_COPY
91#define FD_COPY(s, d) (memcpy ((d), (s), sizeof (fd_set))) 69#define FD_COPY(s, d) (memcpy ((d), (s), sizeof (fd_set)))
92#endif 70#endif
@@ -1620,5 +1598,4 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
1620 return 0; 1598 return 0;
1621} 1599}
1622 1600
1623
1624/* end of network.c */ 1601/* end of network.c */