Skip to content
Snippets Groups Projects
Commit feedeefd authored by deuce's avatar deuce
Browse files

Change forewarded to an int32_t although I'm not sure where/if it's actually

used/modified.
parent 297e689a
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ typedef struct { /* Message */
dfield_t *dfield; /* Data fields (fixed length portion) */
int32_t offset; /* Offset (number of records) into index */
/* TODO: Should this be a BOOL? */
int forwarded; /* Forwarded from agent to another */
int32_t forwarded; /* Forwarded from agent to another */
uint32_t expiration; /* Message will expire on this day (if >0) */
uint32_t priority; /* Message priority (0 is lowest) */
uint32_t cost; /* Cost to download/read */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment