summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-24 03:40:55 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-24 03:40:55 +0000
commit1f49ca59077f337c6327e80833265ac32932b876 (patch)
tree1b6eeab4ebe9b032e8930a9e025587dbb4f36183 /h
parentcf8bf8391cffc4cd35e634a8b9a3adf954260b88 (diff)
keep track of total # of incoming header fields, and cksum appropriately
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index 2c6a543..c2420f7 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -112,6 +112,7 @@ typedef struct _ZNotice_t {
char *z_other_fields[Z_MAXOTHERFIELDS];
caddr_t z_message;
int z_message_len;
+ int z_num_hdr_fields;
} ZNotice_t;
/* Subscription structure */