Commit 6ecf336a authored by Raymond Knopp's avatar Raymond Knopp

missing declaration

parent cffb0839
......@@ -1748,6 +1748,7 @@ static void* ru_thread( void* param ) {
int ret;
cpu_set_t cpuset;
CPU_ZERO(&cpuset);
char strname[100];
// set default return value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment