#include <qres_gw.h>
Data Fields | |
qres_sid_t | server_id |
Server identifier or QRES_SID_NULL. | |
pid_t | pid |
PID of the process to affect. | |
tid_t | tid |
TID of the thread to affect. |
Definition at line 34 of file qres_gw.h.
PID of the process to affect.
Definition at line 36 of file qres_gw.h.
Referenced by qos_func_define(), qres_attach_thread(), qres_detach_thread(), and qres_get_sid().
Server identifier or QRES_SID_NULL.
Definition at line 35 of file qres_gw.h.
Referenced by qos_func_define(), qres_attach_thread(), qres_detach_thread(), and qres_get_sid().
TID of the thread to affect.
Definition at line 37 of file qres_gw.h.
Referenced by qos_func_define(), qres_attach_thread(), qres_detach_thread(), and qres_get_sid().