Submission API. More...
#include <razorback/visibility.h>
#include <razorback/types.h>
Go to the source code of this file.
Defines | |
#define | RZB_SUBMISSION_OK 0 |
#define | RZB_SUBMISSION_ERROR 1 |
#define | RZB_SUBMISSION_NO_TYPE 2 |
Functions | |
SO_PUBLIC int | Submission_Submit (struct BlockPoolItem *p_pItem, int p_iFlags, uint32_t *p_pSf_Flags, uint32_t *p_pEnt_Flags) |
Submit a block pool item. |
Submission API.
SO_PUBLIC int Submission_Submit | ( | struct BlockPoolItem * | p_pItem, | |
int | p_iFlags, | |||
uint32_t * | p_pSf_Flags, | |||
uint32_t * | p_pEnt_Flags | |||
) |
Submit a block pool item.
p_pItem | The item. | |
p_iFlags | The submission flags. | |
p_pSf_Flags | Pointer to a uint32_t to store the SourceFire threat flags in. | |
p_pEnt_Flags | Pointer to a uint32_t to store the Enterprise threat flags in. |