Browse Source

Fix Netjack alignment

See discussion at http://comments.gmane.org/gmane.comp.audio.jackit/29516
tags/v1.9.11-RC1
Xavier Mendez 9 years ago
parent
commit
cfcafb25a3
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      common/JackNetTool.h

+ 3
- 3
common/JackNetTool.h View File

@@ -94,9 +94,9 @@ namespace Jack
char fPacketType[8]; //packet type ('param')
uint32_t fProtocolVersion; //version
int32_t fPacketID; //indicates the packet type
char fName[JACK_CLIENT_NAME_SIZE+1]; //slave's name
char fMasterNetName[JACK_SERVER_NAME_SIZE+1]; //master hostname (network)
char fSlaveNetName[JACK_SERVER_NAME_SIZE+1]; //slave hostname (network)
char fName[JACK_CLIENT_NAME_SIZE+8]; //slave's name
char fMasterNetName[JACK_SERVER_NAME_SIZE+8]; //master hostname (network)
char fSlaveNetName[JACK_SERVER_NAME_SIZE+8]; //slave hostname (network)
uint32_t fMtu; //connection mtu
uint32_t fID; //slave's ID
uint32_t fTransportSync; //is the transport synced ?


Loading…
Cancel
Save