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

Function show_version_info

exec/main.c:1272–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272static void show_version_info(void)
1273{
1274
1275 printf ("Corosync Cluster Engine, version '%s'\n", VERSION);
1276 printf ("Copyright (c) 2006-2021 Red Hat, Inc.\n");
1277
1278 printf ("\nBuilt-in features:" PACKAGE_FEATURES "\n");
1279
1280 show_version_info_crypto();
1281 show_version_info_compress();
1282}
1283
1284int main (int argc, char **argv, char **envp)
1285{

Callers 1

mainFunction · 0.85

Calls 2

show_version_info_cryptoFunction · 0.85

Tested by

no test coverage detected