Tweaked XPCSocket in C client.
- Re-added xpcSocket name in the struct namespace - Removed unused open field.
This commit is contained in:
@@ -40,9 +40,8 @@ extern "C" {
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct
|
typedef struct xpcSocket
|
||||||
{
|
{
|
||||||
char open;
|
|
||||||
unsigned short port;
|
unsigned short port;
|
||||||
|
|
||||||
// X-Plane IP and Port
|
// X-Plane IP and Port
|
||||||
|
|||||||
Reference in New Issue
Block a user