Using the WebQoS API
wq_get_proc_cls()
wq_get_proc_cls()
Gets the process group defined for the current process or thread.
This function is intended for processes that are separate from http daemons, such as
Synopsis
#include <webqosapi.h>
int wq_get_proc_cls(int *errorcode)
Link using
Arguments
errorcode The error code set when the return value is
Return Value
wq_get_proc_cls() returns a
Table | wq_get_proc_cls() Return Values | |
|
|
|
| wq_get_proc_cls() | Condition or Process Group |
| Return Value |
|
|
|
|
| Error | |
|
|
|
| WQ_SVCCLS_LOW | Low |
|
|
|
| WQ_SVCCLS_MED | Medium |
|
|
|
| WQ_SVCCLS_HIGH | High |
|
|
|
| WQ_SVCCLS_OTHER | Other |
|
|
|
| WQ_SVCCLS_ROOT | PRM_SYS class; accessible by root only |
|
|
|
20 | Chapter 2 |