| 89 | }; |
| 90 | |
| 91 | struct ACLUserFlag { |
| 92 | const char *name; |
| 93 | uint64_t flag; |
| 94 | } ACLUserFlags[] = { |
| 95 | /* Note: the order here dictates the emitted order at ACLDescribeUser */ |
| 96 | {"on", USER_FLAG_ENABLED}, |
| 97 | {"off", USER_FLAG_DISABLED}, |
nothing calls this directly
no outgoing calls
no test coverage detected