fix a typo

dev
fengbojiang 2018-08-16 16:25:57 +08:00
parent 1911eac7db
commit eed3be39c1
1 changed files with 1 additions and 1 deletions

View File

@ -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();