Fix: mismatch variable type (cluster_port).

This commit is contained in:
fendo 2017-05-27 11:13:58 +02:00
parent 0f20bfda6a
commit 84082b35b1
2 changed files with 7 additions and 1 deletions

View file

@ -731,7 +731,7 @@ typedef struct
char epdis_addr[20]; // MP Endpoint Discriminator address
in_addr_t cluster_address; // Multicast address of cluster.
unsigned short cluster_port; // UDP port of cluster.
int cluster_port; // UDP port of cluster.
// Send to this address to have everyone hear.
char cluster_interface[64]; // Which interface to listen for multicast on.
int cluster_iam_master; // Are we the cluster master???