Tweaked XPCSocket in C client.

- Re-added xpcSocket name in the struct namespace
 - Removed unused open field.
This commit is contained in:
Jason Watkins
2015-04-22 14:35:46 -07:00
parent 8bbe3a0ec9
commit 55feee68ed

View File

@@ -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