#include <test_control_plugin.hpp>
Definition at line 16 of file test_control_plugin.hpp.
◆ kill_node_on_producer_results
◆ read_write()
sysio::test_control_apis::read_write::read_write |
( |
const test_control_ptr & | test_control | ) |
|
|
inline |
◆ kill_node_on_producer()
Definition at line 127 of file test_control_plugin.cpp.
127 {
128
129 if (
params.based_on_lib) {
130 ilog(
"kill on lib for producer: ${p} at their ${s} slot in sequence", (
"p",
params.producer.to_string())(
"s",
params.where_in_sequence));
131 my->kill_on_lib(
params.producer,
params.where_in_sequence);
132 } else {
133 ilog(
"kill on head for producer: ${p} at their ${s} slot in sequence", (
"p",
params.producer.to_string())(
"s",
params.where_in_sequence));
134 my->kill_on_head(
params.producer,
params.where_in_sequence);
135 }
137}
empty kill_node_on_producer_results
account_query_db::get_accounts_by_authorizers_params params
The documentation for this class was generated from the following files: