Commit 01b9b42f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d34c4610
......@@ -270,4 +270,7 @@ typedef uint64_t Oid;
} // zodb::
// TidHead is invalid Tid which is largest Tid value and means @head.
const zodb::Tid TidHead = -1ULL;
#endif
......@@ -51,9 +51,6 @@ using namespace golang;
using std::min;
using std::vector;
// TidHead is invalid Tid which is largest Tid value and means @head.
const zodb::Tid TidHead = -1ULL;
static string h(uint64_t v); // v -> 016x hex representation
#define h_(v) (h(v).c_str())
static error mmap_zero_into_ro(void *addr, size_t size);
......
......@@ -23,6 +23,9 @@
#ifndef _NXD_WCFS_WATCHLINK_H_
#define _NXD_WCFS_WATCHLINK_H_
#include <golang/libgolang.h>
using namespace golang;
#include "wcfs_misc.h"
struct WCFS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment