suricata
StorageMapping_ Struct Reference

Data Fields

const char * name
 
StorageEnum type
 
unsigned int size
 
void *(* Alloc )(unsigned int)
 
void(* Free )(void *)
 

Detailed Description

Definition at line 31 of file util-storage.c.

Field Documentation

◆ Alloc

void*(* StorageMapping_::Alloc) (unsigned int)

Definition at line 35 of file util-storage.c.

◆ Free

void(* StorageMapping_::Free) (void *)

Definition at line 36 of file util-storage.c.

◆ name

const char* StorageMapping_::name

Definition at line 32 of file util-storage.c.

◆ size

unsigned int StorageMapping_::size

Definition at line 34 of file util-storage.c.

◆ type

StorageEnum StorageMapping_::type

Definition at line 33 of file util-storage.c.


The documentation for this struct was generated from the following file: