Switch Operation Management Interface: Message Resubmission. More...
#include "session.h"Go to the source code of this file.
| Macros | |
| #define | SOM_FACILITY_RESUBMIT 5 | 
| Typedefs | |
| typedef void | SOMResubmitCallback(struct SOMSession *session, void *ophandle, void *clientdata, int status, const char *opdata, size_t opdatalen) | 
| Prototype for callback for resubmit operation completion. | |
| Functions | |
| int | SOMResubmitSetCallback (struct SOMSession *session, SOMResubmitCallback *callback, SOMResubmitCallback **oldvalue) | 
| Set the resubmit callback function for this session. | |
| int | SOMResubmit (struct SOMSession *session, const char *filename, const char *neworig, const char *newrecip, void *ophandle, int async) | 
| Set Logfile monitoring. | |
Detailed Description
Switch Operation Management Interface: Message Resubmission.
Definition in file resubmit.h.