DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos_acl Struct Reference

#include <daos_security.h>

Data Fields

uint16_t dal_ver
 
uint16_t dal_reserv
 
uint32_t dal_len
 
uint8_t dal_ace []
 

Detailed Description

Header for the Access Control List, followed by the table of variable-length Access Control Entries. The entry list may be walked by inspecting the principal length and calculating the entry's overall length from that.

Definition at line 63 of file daos_security.h.

Field Documentation

◆ dal_ace

uint8_t dal_ace[]

table of variable-length Access Control Entries (struct daos_ace)

Definition at line 71 of file daos_security.h.

◆ dal_len

uint32_t dal_len

length of entries list in bytes

Definition at line 69 of file daos_security.h.

◆ dal_reserv

uint16_t dal_reserv

reserved for 64-bit alignment

Definition at line 67 of file daos_security.h.

◆ dal_ver

uint16_t dal_ver

Version of the table format

Definition at line 65 of file daos_security.h.


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