kopia lustrzana https://github.com/Hamlib/Hamlib
astyle files
rodzic
98edf92240
commit
3a6073d401
|
@ -917,7 +917,8 @@ void *multicast_publisher(void *arg)
|
||||||
struct rig_state *rs = &rig->state;
|
struct rig_state *rs = &rig->state;
|
||||||
struct rig_spectrum_line spectrum_line;
|
struct rig_spectrum_line spectrum_line;
|
||||||
uint8_t packet_type = MULTICAST_PUBLISHER_DATA_PACKET_TYPE_SPECTRUM;
|
uint8_t packet_type = MULTICAST_PUBLISHER_DATA_PACKET_TYPE_SPECTRUM;
|
||||||
multicast_publisher_priv_data *mcast_publisher_priv = (multicast_publisher_priv_data *)
|
multicast_publisher_priv_data *mcast_publisher_priv =
|
||||||
|
(multicast_publisher_priv_data *)
|
||||||
rs->multicast_publisher_priv_data;
|
rs->multicast_publisher_priv_data;
|
||||||
|
|
||||||
struct sockaddr_in dest_addr;
|
struct sockaddr_in dest_addr;
|
||||||
|
@ -984,6 +985,7 @@ void *multicast_publisher(void *arg)
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mcast_publisher_priv->thread_id = 0;
|
mcast_publisher_priv->thread_id = 0;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s(%d): Stopped multicast publisher\n", __FILE__,
|
rig_debug(RIG_DEBUG_VERBOSE, "%s(%d): Stopped multicast publisher\n", __FILE__,
|
||||||
|
@ -1320,10 +1322,12 @@ int network_multicast_publisher_start(RIG *rig, const char *multicast_addr,
|
||||||
status = network_init();
|
status = network_init();
|
||||||
|
|
||||||
#ifdef __MINGW32__ // always RIG_OK if not Windows
|
#ifdef __MINGW32__ // always RIG_OK if not Windows
|
||||||
|
|
||||||
if (status != RIG_OK)
|
if (status != RIG_OK)
|
||||||
{
|
{
|
||||||
RETURNFUNC(status);
|
RETURNFUNC(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
socket_fd = socket(AF_INET, SOCK_DGRAM, 0);
|
socket_fd = socket(AF_INET, SOCK_DGRAM, 0);
|
||||||
|
|
Ładowanie…
Reference in New Issue