* VIR_THREADPOOL_WORKERS_MIN:
* Macro for the threadpool minWorkers limit: represents the bottom limit to
* number of active workers in threadpool, as VIR_TYPED_PARAM_UINT.
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_WORKERS_MIN "minWorkers"
* number of active workers in threadpool, as VIR_TYPED_PARAM_UINT.
* The value of this limit has to be greater than VIR_THREADPOOL_WORKERS_MIN
* at all times.
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_WORKERS_MAX "maxWorkers"
* VIR_THREADPOOL_WORKERS_PRIORITY:
* Macro for the threadpool nPrioWorkers attribute: represents the current number
* of active priority workers in threadpool, as VIR_TYPED_PARAM_UINT.
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_WORKERS_PRIORITY "prioWorkers"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_WORKERS_FREE "freeWorkers"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_WORKERS_CURRENT "nWorkers"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_THREADPOOL_JOB_QUEUE_DEPTH "jobQueueDepth"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_READONLY "readonly"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_SOCKET_ADDR "sock_addr"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_SASL_USER_NAME "sasl_user_name"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_X509_DISTINGUISHED_NAME "tls_x509_dname"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_UNIX_USER_ID "unix_user_id"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_UNIX_USER_NAME "unix_user_name"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_UNIX_GROUP_ID "unix_group_id"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_UNIX_GROUP_NAME "unix_group_name"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_UNIX_PROCESS_ID "unix_process_id"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_CLIENT_INFO_SELINUX_CONTEXT "selinux_context"
* VIR_SERVER_CLIENTS_MAX:
* Macro for per-server nclients_max limit: represents the upper limit to
* number of clients connected to the server, as uint.
+ *
+ * Since: v2.0.0
*/
# define VIR_SERVER_CLIENTS_MAX "nclients_max"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_SERVER_CLIENTS_CURRENT "nclients"
* Macro for per-server nclients_unauth_max limit: represents the upper limit
* to number of clients connected to the server, but not authenticated yet,
* as VIR_TYPED_PARAM_UINT.
+ *
+ * Since: v2.0.0
*/
# define VIR_SERVER_CLIENTS_UNAUTH_MAX "nclients_unauth_max"
*
* NOTE: This attribute is read-only and any attempt to set it will be denied
* by daemon
+ *
+ * Since: v2.0.0
*/
# define VIR_SERVER_CLIENTS_UNAUTH_CURRENT "nclients_unauth"