authd/provider: forgot this file...
This commit is contained in:
parent
05fdc0301d
commit
247b304f1f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ struct auth_client
|
|||
uint32_t providers; /* Providers at work,
|
||||
* none left when set to 0 */
|
||||
uint32_t providers_done; /* Providers completed */
|
||||
bool providers_starting; /* Providers are still warming up */
|
||||
|
||||
void *data[MAX_PROVIDERS]; /* Provider-specific data slots */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue