API: Refactor: Change the integer type of remote objects to uint64_t

This commit is contained in:
Thiago de Arruda
2014-05-23 15:49:42 -03:00
parent 1e67b13fdc
commit f70f9bfac1
5 changed files with 23 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
#include <stdbool.h>
#include <string.h>
#define REMOTE_TYPE(type) typedef Integer type
#define REMOTE_TYPE(type) typedef uint64_t type
#define TYPED_ARRAY_OF(type) \
typedef struct { \