Send private Module data. More...
#include "module_data.h"
Collaboration diagram for SendModuleData:Data Fields | |
| struct Notify * | notify |
| Notifications. | |
| struct ListHead | user_header |
| Custom headers to add to outgoing emails. | |
| volatile sig_atomic_t | sig_alrm |
| true after SIGALRM is received | |
Send private Module data.
Definition at line 32 of file module_data.h.
| struct Notify* SendModuleData::notify |
Notifications.
Definition at line 34 of file module_data.h.
| struct ListHead SendModuleData::user_header |
Custom headers to add to outgoing emails.
Definition at line 35 of file module_data.h.
| volatile sig_atomic_t SendModuleData::sig_alrm |
true after SIGALRM is received
Definition at line 36 of file module_data.h.