Disable thread priority code until we understand it better.

remotes/origin/master-1.0.x
Victor Julien 17 years ago
parent 2651f807f1
commit aa1564791d

@ -623,8 +623,10 @@ static int SetCPUAffinity(uint16_t cpuid) {
* \retval TM_ECOE_OK
*/
TmEcode TmThreadSetThreadPriority(ThreadVars *tv, int prio) {
#if 0 /* VJ disabled while we figure out how to deal with this better */
tv->thread_setup_flags |= THREAD_SET_PRIORITY;
tv->thread_priority = prio;
#endif
return TM_ECODE_OK;
}

Loading…
Cancel
Save