Skip to content

Commit

Permalink
Missing constant define
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed May 8, 2014
1 parent f1f40a0 commit 619f1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/JackConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#define JACK_CLIENT_NAME_SIZE 64
#define JACK_MESSAGE_SIZE 256
#define JACK_UUID_SIZE 36 // to match jack1 and uuid.h
#define JACK_UUID_STRING_SIZE (JACK_UUID_SIZE+1) /* includes trailing null */
#define JACK_SESSION_COMMAND_SIZE 256

#define SYNC_MAX_NAME_SIZE 256
Expand Down

0 comments on commit 619f1eb

Please sign in to comment.