Changeset 143:38702da66ead
- Timestamp:
- 02/19/07 18:19:35 (2 years ago)
- Files:
-
- libosip2/src/osip2/port_thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
libosip2/src/osip2/port_thread.c
r0 r143 64 64 param.sched_priority = priority; 65 65 66 pthread_setschedparam( (pthread_t *)thread, SCHED_OTHER, ¶m);66 pthread_setschedparam(*(osip_thread_t *)thread, SCHED_OTHER, ¶m); 67 67 68 68 return 0;
