This commit is contained in:
root 2011-06-21 06:12:40 +02:00
parent 58072a85a4
commit d50edc6364

View file

@ -472,7 +472,7 @@ __inline int mmnif_worker_schedule()
*
* Note: under windows this is kernel space so we take arbitrary 0x41000000 here
*/
__inline void* mmnif_shmalloc(int size)
__inline void* mmnif_shmalloc()
{
/* Right now every core has the same buffer for every incoming packet
* this will be removed and a buffer for each Core will be implemented