mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Feature: Added way for the auth backend to store per-request data
This commit is contained in:
parent
cb32973572
commit
b3497e6ec8
@ -89,6 +89,7 @@ struct auth_client_tag {
|
||||
void (*on_no_match)(client_t *client, void (*on_result)(client_t *client, void *userdata, auth_result result), void *userdata);
|
||||
void (*on_result)(client_t *client, void *userdata, auth_result result);
|
||||
void *userdata;
|
||||
void *authbackend_userdata;
|
||||
auth_alter_t alter_client_action;
|
||||
char *alter_client_arg;
|
||||
auth_client *next;
|
||||
|
Loading…
x
Reference in New Issue
Block a user