projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Major clean-ups. Migrating to C++11.
[invirt/third/libt4.git]
/
lock_client.h
diff --git
a/lock_client.h
b/lock_client.h
index
df22711
..
b1176c4
100644
(file)
--- a/
lock_client.h
+++ b/
lock_client.h
@@
-7,7
+7,7
@@
#include <string>
#include "lock_protocol.h"
#include <string>
#include "lock_protocol.h"
-#include "rpc.h"
+#include "rpc/rpc.h"
#include <vector>
// Client interface to the lock server
#include <vector>
// Client interface to the lock server
@@
-39,7
+39,7
@@
typedef enum {
typedef int t4_status;
typedef int t4_status;
-typedef unsigned long long t4_lockid_t;
+typedef const char * t4_lockid_t;
t4_lock_client *t4_lock_client_new(const char *dst);
void t4_lock_client_delete(t4_lock_client *);
t4_lock_client *t4_lock_client_new(const char *dst);
void t4_lock_client_delete(t4_lock_client *);