aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/ctrl')
-rw-r--r--include/osmocom/ctrl/control_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/ctrl/control_cmd.h b/include/osmocom/ctrl/control_cmd.h
index 77532e66..4372e257 100644
--- a/include/osmocom/ctrl/control_cmd.h
+++ b/include/osmocom/ctrl/control_cmd.h
@@ -66,6 +66,9 @@ struct ctrl_cmd {
char *reply;
};
+#define ctrl_cmd_reply_printf(cmd, fmt, args ...) \
+ osmo_talloc_asprintf(cmd, cmd->reply, fmt, ## args)
+
struct ctrl_cmd_struct {
int nr_commands;
char **command;