summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/dump.c')
-rw-r--r--src/cmd/venti/dump.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/venti/dump.c b/src/cmd/venti/dump.c
index 8481303a..c148b866 100644
--- a/src/cmd/venti/dump.c
+++ b/src/cmd/venti/dump.c
@@ -5,6 +5,12 @@
#include <libsec.h>
#include <thread.h>
+enum
+{
+ // XXX What to do here?
+ VtMaxLumpSize = 65536,
+};
+
VtConn *z;
char *host;