From ddf0edbf8e5d0213396401da4becfc4680779617 Mon Sep 17 00:00:00 2001 From: Suraj Jitindar Singh Date: Tue, 28 Mar 2017 10:50:40 +1100 Subject: mboxctl: Implement mboxctl to facilitate dbus control of the daemon The daemon can now be controlled by issuing commands over dbus. Implement a mailbox control program to facilitate communication with the daemon over dbus. Signed-off-by: Suraj Jitindar Singh Change-Id: I2a11f187268d28ce92d3c2592e0021e1ba5588b4 --- dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus.h') diff --git a/dbus.h b/dbus.h index 4e5aa04..aa520c2 100644 --- a/dbus.h +++ b/dbus.h @@ -44,6 +44,7 @@ #define E_DBUS_INVAL 0x02 /* Invalid Command */ #define E_DBUS_REJECTED 0x03 /* Daemon Rejected Request */ #define E_DBUS_HARDWARE 0x04 /* BMC Hardware Error */ +#define E_DBUS_NO_MEM 0x05 /* Failed Memory Allocation */ /* Response Args */ /* Status */ -- cgit v1.2.1