| 244 | } |
| 245 | |
| 246 | static void |
| 247 | log_hash_entry(int level, attr_hash_entry_t * entry, const char *text) |
| 248 | { |
| 249 | do_crm_log(level, "%s: Set: %s, Name: %s, Value: %s, Timeout: %s", |
| 250 | text, entry->section, entry->id, entry->value, entry->dampen); |
| 251 | } |
| 252 | |
| 253 | static attr_hash_entry_t * |
| 254 | find_hash_entry(xmlNode * msg) |
no outgoing calls
no test coverage detected