Martin (mpgo13)

Race #15

View Pit Stop page for race #15 by mpgo13Ghost race

View profile for Martin (mpgo13)

Official speed 62.28 wpm (49.33 seconds elapsed during race)
Race Start April 30, 2011 8:58:17pm UTC
Race Finish April 30, 2011 8:59:07pm UTC
Outcome No win (2 of 2)
Opponents 1. jo5ef (71.88 wpm)
Points 0.00
Text #10004 (Length: 256 characters)

this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));