summaryrefslogtreecommitdiffstats
path: root/dbus.h
diff options
context:
space:
mode:
authorSuraj Jitindar Singh <sjitindarsingh@gmail.com>2017-03-28 10:50:40 +1100
committerSuraj Jitindar Singh <sjitindarsingh@gmail.com>2017-04-11 11:41:58 +1000
commitddf0edbf8e5d0213396401da4becfc4680779617 (patch)
tree3aeaf9dce76d06de93124d86a12f8a1af96390fb /dbus.h
parente39c91637337fc1afc54fe8e215f1493395601a3 (diff)
downloadphosphor-mboxd-ddf0edbf8e5d0213396401da4becfc4680779617.tar.gz
phosphor-mboxd-ddf0edbf8e5d0213396401da4becfc4680779617.zip
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 <sjitindarsingh@gmail.com> Change-Id: I2a11f187268d28ce92d3c2592e0021e1ba5588b4
Diffstat (limited to 'dbus.h')
-rw-r--r--dbus.h1
1 files changed, 1 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud