mirror of https://github.com/F-Stack/f-stack.git
fix a typo
This commit is contained in:
parent
1911eac7db
commit
eed3be39c1
|
@ -2563,7 +2563,7 @@ void closeListeningSockets(int unlink_unix_socket) {
|
|||
void resetCpuAffinity(const char* name)
|
||||
{
|
||||
int j = 0, s = 0;
|
||||
cput_set_t cpuset_frm, cpuset_to;
|
||||
cpu_set_t cpuset_frm, cpuset_to;
|
||||
pthread_t thread;
|
||||
#ifdef HAVE_FF_KQUEUE
|
||||
thread = pthread_self();
|
||||
|
|
Loading…
Reference in New Issue