bugfix (pthread_create argument expectation)
This commit is contained in:
parent
ef17c86aee
commit
9325b9504b
|
|
@ -88,4 +88,4 @@ enum SERVICE_EVAL_R {
|
|||
enum SERVICE_EVAL_R service_eval(enum SERVICE_TYPE type, void* its_msg, uint64_t* id, uint8_t* ssp, uint16_t ssp_len);
|
||||
|
||||
int infrastructure_init();
|
||||
void* infrastructure_service();
|
||||
void* infrastructure_service(void *arg);
|
||||
|
|
|
|||
Loading…
Reference in New Issue