bugfix (pthread_create argument expectation)
This commit is contained in:
parent
9325b9504b
commit
e924794b01
|
|
@ -450,7 +450,7 @@ enum EVENT_CHECK_R event_manage(void *denm, uint64_t* id, uint8_t* ssp, uint32_t
|
|||
return rv;
|
||||
}
|
||||
|
||||
int den_init(void *arg) {
|
||||
int den_init() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ typedef struct cc_ssp_bm {
|
|||
*/
|
||||
enum EVENT_CHECK_R event_manage(void* denm, uint64_t* id, uint8_t* ssp, uint32_t ssp_len);
|
||||
|
||||
int den_init(void *arg);
|
||||
int den_init();
|
||||
void* den_service(void *arg);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue