OpenVPN
|
Operation sequence. More...
#include <msica_op.h>
Data Fields | |
struct msica_op * | head |
struct msica_op * | tail |
Pointer to the first operation in the sequence. More... | |
Operation sequence.
Definition at line 74 of file msica_op.h.
struct msica_op* msica_op_seq::head |
Definition at line 76 of file msica_op.h.
Referenced by ProcessDeferredAction().
struct msica_op* msica_op_seq::tail |
Pointer to the first operation in the sequence.
Definition at line 77 of file msica_op.h.