![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <kinetic_acl_types.h>
Data Fields | |
size_t | ACL_ceil |
Ceiling of ACLs array: resize if count == ceil. More... | |
size_t | ACL_count |
How many ACL * structs are in ACLs[]. More... | |
Com__Seagate__Kinetic__Proto__Command__Security__ACL ** | ACLs |
ACL struct array. More... | |
Definition at line 40 of file kinetic_acl_types.h.
size_t ACL::ACL_ceil |
Ceiling of ACLs array: resize if count == ceil.
Definition at line 41 of file kinetic_acl_types.h.
size_t ACL::ACL_count |
How many ACL * structs are in ACLs[].
Definition at line 42 of file kinetic_acl_types.h.
Com__Seagate__Kinetic__Proto__Command__Security__ACL** ACL::ACLs |
ACL struct array.
Definition at line 43 of file kinetic_acl_types.h.