freemyipod r713 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r712‎ | r713 | r714 >
Date:03:14, 16 May 2011
Author:user890104
Status:new
Tags:
Comment:
libemcore: add the missing member of the scheduler_thread struct, credit goes to Farthen
Modified paths:
  • /emcore/trunk/tools/libemcoredata.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/libemcoredata.py
@@ -71,6 +71,7 @@
7272 ("startusec", c_uint32),
7373 ("thread_next", c_uint32),
7474 ("queue_next", c_uint32),
 75+ ("owned_mutexes", c_uint32),
7576 ("timeout", c_uint32),
7677 ("blocked_since", c_uint32),
7778 ("blocked_by", c_uint32),