Browse Source

add uuid type

tags/0.124.0
Paul Davis 12 years ago
parent
commit
5fa50673fc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      types.h

+ 3
- 0
types.h View File

@@ -23,6 +23,9 @@


#include <inttypes.h> #include <inttypes.h>
#include <pthread.h> #include <pthread.h>
#include <uuid/uuid.h>

typedef uuid_t jack_uuid_t;


typedef int32_t jack_shmsize_t; typedef int32_t jack_shmsize_t;




Loading…
Cancel
Save