summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-08 18:24:49 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-08 19:39:31 +0200
commit75d85549c6d2a5284593e20c21d61fc5d6200bca (patch)
treeb5077e272f238b47af9530f9b2fac2e69839d063 /src/node.h
parent195bf2f6a7d7268a88338ae8fd3a30fdb5196300 (diff)
Add 'insert before id' to create and move commands.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index 3f81290..d52528b 100644
--- a/src/node.h
+++ b/src/node.h
@@ -30,8 +30,9 @@
#include <string>
#include <list>
#include <map>
+#include <cstdint>
-typedef unsigned int nodeid_t;
+typedef std::int64_t nodeid_t;
typedef std::list<nodeid_t> NodeIdList;
typedef struct