Re: [3/3] iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD)
3 Jun
2012
3 Jun
'12
2:05 a.m.
Hi André, +#if HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT + struct tcpstat tcp_stat; +#elif HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT + struct tcp_stats tcp_stat; +#endif struct tcpstat tcp_stat; I think you meant to remove the declaration outside of the #if. --Juan
3 Jun
3 Jun
12:26 p.m.
New subject: [3/3] iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD)
Am 03.06.2012 04:05, schrieb Juan Lang:
Hi André,
+#if HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT + struct tcpstat tcp_stat; +#elif HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT + struct tcp_stats tcp_stat; +#endif struct tcpstat tcp_stat;
I think you meant to remove the declaration outside of the #if. --Juan
Oops, you're right, thx. -- Best Regards, André Hentschel
4942
Age (days ago)
4942
Last active (days ago)
1 comments
2 participants
participants (2)
-
André Hentschel -
Juan Lang