kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
60782af15a
commit
1022596f76
|
@ -20,9 +20,11 @@ struct multicast_s
|
||||||
int sock;
|
int sock;
|
||||||
int seqnumber;
|
int seqnumber;
|
||||||
int runflag; // = 0;
|
int runflag; // = 0;
|
||||||
struct ip_mreq mreq; // = {0};
|
|
||||||
pthread_t threadid;
|
pthread_t threadid;
|
||||||
|
#ifdef HAVE_ARPA_INET_H
|
||||||
|
struct ip_mreq mreq; // = {0};
|
||||||
struct sockaddr_in dest_addr; // = {0};
|
struct sockaddr_in dest_addr; // = {0};
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue