Changeset 143:38702da66ead

Show
Ignore:
Timestamp:
02/19/07 18:19:35 (2 years ago)
Author:
vadim@mbdsys.com
Message:

buf fix in osip_set_priority

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libosip2/src/osip2/port_thread.c

    r0 r143  
    6464  param.sched_priority = priority; 
    6565 
    66   pthread_setschedparam((pthread_t *)thread, SCHED_OTHER, &param); 
     66  pthread_setschedparam(*(osip_thread_t *)thread, SCHED_OTHER, &param); 
    6767 
    6868  return 0;