X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5fd8cc8409d0efadc07dfe8d6774ad9ff477663d..a4175b2e216a20b86cc872dea8a08005c60617a5:/lock_client.h diff --git a/lock_client.h b/lock_client.h index df22711..b1176c4 100644 --- a/lock_client.h +++ b/lock_client.h @@ -7,7 +7,7 @@ #include #include "lock_protocol.h" -#include "rpc.h" +#include "rpc/rpc.h" #include // Client interface to the lock server @@ -39,7 +39,7 @@ typedef enum { 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 *);