UM C API
6.16.1
|
Structure that holds information to configure any of several ULB source's application set attributes. The attribute being set is determined by the configuration option. More...
#include <lbm.h>
Data Fields | |
lbm_ushort_t | index |
Index of the Application Set. | |
union { | |
int d | |
The integer value of the attribute. | |
lbm_ulong_t lu | |
The unsigned long int value of the attribute. | |
} | value |
The value of the attribute. | |
Structure that holds information to configure any of several ULB source's application set attributes. The attribute being set is determined by the configuration option.
Set by the umq_ulb_application_set_events (source), umq_ulb_application_set_message_lifetime (source), umq_ulb_application_set_message_reassignment_timeout (source), umq_ulb_application_set_message_max_reassignments (source), umq_ulb_application_set_receiver_activity_timeout (source), umq_ulb_application_set_receiver_keepalive_interval (source), umq_ulb_application_set_assignment_function (source), umq_ulb_application_set_load_factor_behavior (source), and umq_ulb_application_set_round_robin_bias (source) configuration options.
See lbm_umq_ulb_application_set_attr_t_stct for field definitions.