Mike Black W9MDB 2023-05-07 07:29:49 -05:00
rodzic 60782af15a
commit 1022596f76
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -20,9 +20,11 @@ struct multicast_s
int sock;
int seqnumber;
int runflag; // = 0;
struct ip_mreq mreq; // = {0};
pthread_t threadid;
#ifdef HAVE_ARPA_INET_H
struct ip_mreq mreq; // = {0};
struct sockaddr_in dest_addr; // = {0};
#endif
};
#endif