Changeset 5060
- Timestamp:
- 12/03/07 01:22:32 (9 months ago)
- Files:
-
- libwired/trunk/libwired/thread/wi-thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libwired/trunk/libwired/thread/wi-thread.c
r5059 r5060 185 185 static void * _wi_thread_trampoline(void *arg) { 186 186 void **vector = (void **) arg; 187 wi_hash_t *hash;188 187 wi_thread_func_t *function; 189 188 wi_runtime_instance_t *argument;
