This commit is contained in:
@@ -127,9 +127,10 @@ struct restd_hook_s
|
||||
char *path;
|
||||
restd_callback cb;
|
||||
void *userdata;
|
||||
bool has_param;
|
||||
qlist_t *path_fragments;
|
||||
char *param_name;
|
||||
bool has_parameter;
|
||||
int parameter_position;
|
||||
char *parameter_name;
|
||||
char *action_name;
|
||||
};
|
||||
|
||||
@@ -140,7 +141,8 @@ struct restd_resp_s
|
||||
{
|
||||
struct evhttp_request *request;
|
||||
bool has_parameter;
|
||||
char *parameter;
|
||||
char *parameter_name;
|
||||
char *parameter_value;
|
||||
char *action;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user