chiark
/
gitweb
/
~ian
/
inn-innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fac9f9
)
Reverse engineer some facts about the storage interface
author
Ian Jackson
<ian@liberator.(none)>
Tue, 9 Feb 2010 17:22:23 +0000
(17:22 +0000)
committer
Ian Jackson
<ian@liberator.relativity.greenend.org.uk>
Sat, 22 May 2010 12:05:16 +0000
(13:05 +0100)
include/storage.h
patch
|
blob
|
history
diff --git
a/include/storage.h
b/include/storage.h
index 9612a28ee4c07c13527455a72f21232778cc4fe3..c92db0fa2afa598ebee78823340f422db3c7be2f 100644
(file)
--- 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