This commit is contained in:
Carl-Benedikt Krüger 2011-06-27 12:35:33 +02:00
parent 06316eff59
commit f5c7071ecd

View file

@ -142,7 +142,7 @@ __inline int get_core_no(void)
pid = 12*y + 2*x + z;
/* Add 1 to the processor ID to avoid *.*.*.0 IP addresses */
return pid;
}s
}
void* server_task(void* e)