MCPcopy Create free account
hub / github.com/corosync/corosync / handle_compress_model

Function handle_compress_model

exec/coroparse.c:617–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617static int handle_compress_model(const char *val, const char **error_string)
618{
619
620 if (util_is_valid_knet_compress_model(val, NULL, 0,
621 "Invalid compression model. Should be ", error_string) == 1) {
622 return (0);
623 } else {
624 return (-1);
625 }
626}
627
628static int main_config_parser_cb(const char *path,
629 char *key,

Callers 1

main_config_parser_cbFunction · 0.85

Calls 1

Tested by

no test coverage detected