summaryrefslogtreecommitdiffstats
path: root/vpnor/test/write_prsv.cpp
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-10 00:22:38 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-12 15:05:51 +0930
commit26558dbb00e439fb6ea18566361c0671ea6133f5 (patch)
tree0b26007acd18ee077cf572f6beca90fc2685bfbb /vpnor/test/write_prsv.cpp
parent55260cef8be6d7630087cf07f9d664fb0b40c7c4 (diff)
downloadphosphor-mboxbridge-26558dbb00e439fb6ea18566361c0671ea6133f5.tar.gz
phosphor-mboxbridge-26558dbb00e439fb6ea18566361c0671ea6133f5.zip
mboxd: Refactor and rename mbox.h to mboxd.h
Refine the purpose of the header file to represent what's required for the daemon itself, not its constituent pieces. Rather, split those definitions out to their respective header files and include them as necessary. Finally the header file is renamed to better reflect its purpose. Change-Id: I48c409f57d96c844589cd865b24f197477dfe87c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'vpnor/test/write_prsv.cpp')
-rw-r--r--vpnor/test/write_prsv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpnor/test/write_prsv.cpp b/vpnor/test/write_prsv.cpp
index c358ae1..21a0366 100644
--- a/vpnor/test/write_prsv.cpp
+++ b/vpnor/test/write_prsv.cpp
@@ -9,7 +9,7 @@
#include <unistd.h>
#include "common.h"
-#include "mbox.h"
+#include "mboxd.h"
extern "C" {
#include "flash.h"
}
OpenPOWER on IntegriCloud