tm-thread: fix documentation string

remotes/origin/master-1.1.x
Eric Leblond 15 years ago committed by Victor Julien
parent a8ae1c42c3
commit a8b21066df

@ -906,8 +906,9 @@ void TmThreadSetPrio(ThreadVars *tv)
* \brief Set the thread options (cpu affinity). * \brief Set the thread options (cpu affinity).
* *
* \param tv pointer to the ThreadVars to setup the affinity. * \param tv pointer to the ThreadVars to setup the affinity.
* \param cpu cpu on which affinity is set.
* *
* \retval TM_ECODE_OK. * \retval TM_ECODE_OK
*/ */
TmEcode TmThreadSetCPUAffinity(ThreadVars *tv, uint16_t cpu) TmEcode TmThreadSetCPUAffinity(ThreadVars *tv, uint16_t cpu)
{ {

Loading…
Cancel
Save