forked from Mirrors/sngrep
cc: remove parameters from msg_create and capture_launch_thread definition #471
This commit is contained in:
parent
a4a2357355
commit
a64525441d
|
@ -1039,8 +1039,9 @@ capture_close()
|
|||
}
|
||||
|
||||
int
|
||||
capture_launch_thread(capture_info_t *capinfo)
|
||||
capture_launch_thread()
|
||||
{
|
||||
capture_info_t *capinfo = NULL;
|
||||
//! capture thread attributes
|
||||
pthread_attr_t attr;
|
||||
pthread_attr_init(&attr);
|
||||
|
|
Loading…
Reference in New Issue