![]() |
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint32_t | as_async_get_cluster_count () |
uint32_t | as_async_get_connections (struct as_cluster_s *cluster) |
uint32_t | as_async_get_pending (struct as_cluster_s *cluster) |
void | as_async_update_max_conns (struct as_cluster_s *cluster, bool pipe, uint32_t max_conns) |
void | as_async_update_max_idle (struct as_cluster_s *cluster, uint32_t max_idle) |
uint32_t as_async_get_cluster_count | ( | ) |
uint32_t as_async_get_connections | ( | struct as_cluster_s * | cluster | ) |
uint32_t as_async_get_pending | ( | struct as_cluster_s * | cluster | ) |
void as_async_update_max_conns | ( | struct as_cluster_s * | cluster, |
bool | pipe, | ||
uint32_t | max_conns | ||
) |
void as_async_update_max_idle | ( | struct as_cluster_s * | cluster, |
uint32_t | max_idle | ||
) |