From 1f49ca59077f337c6327e80833265ac32932b876 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Tue, 24 Mar 2009 03:40:55 +0000 Subject: keep track of total # of incoming header fields, and cksum appropriately --- h/zephyr/zephyr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'h') 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 */ -- cgit v1.2.3