From 5320f6e02453261e6c75d3bef101ad1bef6de82e Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Fri, 15 Mar 2019 12:40:41 +1030 Subject: mboxd: Add backend DBus interface and commandline options Also implement a backend commandline option to mboxctl: `mboxctl --backend ...`, to allow easy run-time switching of the backend from the commandline. Switching between VPNOR and file backends via mboxctl was tested on Witherspoon, and MTD and file backends on Romulus. Change-Id: Iaf0e27ecf1d5cdd9e3a31729fb179096bbc37408 Signed-off-by: Andrew Jeffery --- mboxd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mboxd.h') diff --git a/mboxd.h b/mboxd.h index 7930242..ef4f5be 100644 --- a/mboxd.h +++ b/mboxd.h @@ -76,7 +76,7 @@ struct mbox_context { struct backend backend; /* Commandline parameters */ - const char *path; + const char *source; /* System State */ enum mbox_state state; -- cgit v1.2.1