(struct sieve_machine.identifier): New field.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -58,6 +58,7 @@ struct sieve_machine { | ... | @@ -58,6 +58,7 @@ struct sieve_machine { |
58 | 58 | ||
59 | int debug_level; /* Debugging level */ | 59 | int debug_level; /* Debugging level */ |
60 | jmp_buf errbuf; /* Target location for non-local exits */ | 60 | jmp_buf errbuf; /* Target location for non-local exits */ |
61 | char *identifier; /* Name of action or test being executed */ | ||
61 | 62 | ||
62 | mailbox_t mailbox; /* Mailbox to operate upon */ | 63 | mailbox_t mailbox; /* Mailbox to operate upon */ |
63 | size_t msgno; /* Current message number */ | 64 | size_t msgno; /* Current message number */ | ... | ... |
-
Please register or sign in to post a comment