aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/command_strategy.c
blob: e3a11959c36309654d4edd0d95a3fd84b53335ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "command.h"

/* Parameters */

/* Commands */

static const command_parser_t command_strategy_list = {
    .action = ACTION_LIST,
    .object = OBJECT_STRATEGY,
    .nparams = 0,
};
COMMAND_REGISTER(command_strategy_list);