| 760 | /* *INDENT-ON* */ |
| 761 | |
| 762 | void |
| 763 | crmd_metadata(void) |
| 764 | { |
| 765 | config_metadata("CRM Daemon", "1.0", |
| 766 | "CRM Daemon Options", |
| 767 | "This is a fake resource that details the options that can be configured for the CRM Daemon.", |
| 768 | crmd_opts, DIMOF(crmd_opts)); |
| 769 | } |
| 770 | |
| 771 | static void |
| 772 | verify_crmd_options(GHashTable * options) |
no test coverage detected