From f8e8102963416cf6f9701864529fd20cdfb750a6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Feb 2010 17:22:23 +0000 Subject: [PATCH] Reverse engineer some facts about the storage interface --- include/storage.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/storage.h b/include/storage.h index 9612a28..c92db0f 100644 --- a/include/storage.h +++ b/include/storage.h @@ -48,6 +48,9 @@ typedef struct { int groupslen; /* Length of Newsgroups header */ TOKEN *token; /* A pointer to the article's TOKEN */ } ARTHANDLE; + /* SMstore uses iov* but not data,len + * SMretrieve sets type data,len private data is in wire format + */ #define SMERR_NOERROR 0 #define SMERR_INTERNAL 1 -- 2.30.2