From: Ian Jackson Date: Tue, 9 Feb 2010 17:22:23 +0000 (+0000) Subject: Reverse engineer some facts about the storage interface X-Git-Tag: innduct-0.1~191 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=f8e8102963416cf6f9701864529fd20cdfb750a6 Reverse engineer some facts about the storage interface --- 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