9 #include "galerautils.h"
13 double fc_resume_factor;
14 double recv_q_soft_limit;
16 ssize_t recv_q_hard_limit;
24 extern const char*
const GCS_PARAMS_FC_FACTOR;
25 extern const char*
const GCS_PARAMS_FC_LIMIT;
26 extern const char*
const GCS_PARAMS_FC_MASTER_SLAVE;
27 extern const char*
const GCS_PARAMS_FC_DEBUG;
28 extern const char*
const GCS_PARAMS_SYNC_DONOR;
29 extern const char*
const GCS_PARAMS_MAX_PKT_SIZE;
30 extern const char*
const GCS_PARAMS_RECV_Q_HARD_LIMIT;
31 extern const char*
const GCS_PARAMS_RECV_Q_SOFT_LIMIT;
32 extern const char*
const GCS_PARAMS_MAX_THROTTLE;
36 gcs_params_register(gu_config_t* config);
43 gcs_params_init (
struct gcs_params* params, gu_config_t* config);
Definition: gcs_params.h:11