Line data Source code
1 : #include "fdctl.h" 2 : 3 : #include "run/run.h" 4 : 5 : void 6 : mem_cmd_fn( args_t * args, 7 0 : config_t * const config ) { 8 0 : (void)args; 9 : 10 0 : fd_topo_print_log( 1, &config->topo ); 11 0 : }