authd/provider: forgot this file...

This commit is contained in:
Elizabeth Myers 2016-03-26 20:33:21 -05:00
parent 05fdc0301d
commit 247b304f1f

View file

@ -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 */
};