summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto.h b/src/proto.h
index 8b65d3d..638c1ec 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -35,7 +35,7 @@ struct lookup {
struct nodeid closest[8];
struct addr closest_addr[8];
- time_t timeout;
+ uint64_t outstanding;
};
void token_create(struct tokens* tokens, time_t now, struct addr* remote, char* token);