OpenVPN
|
Operation data. More...
#include <msica_op.h>
Data Fields | |
enum msica_op_type | type |
int | ticks |
Operation type. More... | |
struct msica_op * | next |
Number of ticks on the progress indicator this operation represents. More... | |
Operation data.
Definition at line 63 of file msica_op.h.
struct msica_op* msica_op::next |
Number of ticks on the progress indicator this operation represents.
Definition at line 67 of file msica_op.h.
Referenced by msica_op_create_bool(), msica_op_create_guid(), msica_op_create_guid_string(), msica_op_create_multistring_va(), msica_op_create_string(), msica_op_seq_add_head(), msica_op_seq_add_tail(), msica_op_seq_free(), msica_op_seq_load(), msica_op_seq_process(), and msica_op_seq_save().
int msica_op::ticks |
Operation type.
Definition at line 66 of file msica_op.h.
Referenced by msica_op_create_bool(), msica_op_create_guid(), msica_op_create_guid_string(), msica_op_create_multistring_va(), msica_op_create_string(), and msica_op_seq_load().
enum msica_op_type msica_op::type |
Definition at line 65 of file msica_op.h.
Referenced by msica_op_create_bool(), msica_op_create_guid(), msica_op_create_guid_string(), msica_op_create_multistring_va(), msica_op_create_string(), and msica_op_seq_load().