summaryrefslogtreecommitdiffstats
path: root/src/ipmiblob/blob_handler.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-03-06 07:33:12 -0800
committerPatrick Venture <venture@google.com>2019-03-06 07:51:32 -0800
commit1470bec705af063db3e4b8e019e95d36332f195b (patch)
treecc27855fe731491ce1b3455885e4748107ffb225 /src/ipmiblob/blob_handler.cpp
parent123b5c0910e000cf9b00a37146aae99a835f3063 (diff)
downloadipmi-blob-tool-1470bec705af063db3e4b8e019e95d36332f195b.tar.gz
ipmi-blob-tool-1470bec705af063db3e4b8e019e95d36332f195b.zip
namespace: s/host_tool/ipmiblob/g
Renamed the namespace to encapsulate the library. Change-Id: I3deb82df5cf6916c505b57864e22a412542c9b6c Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'src/ipmiblob/blob_handler.cpp')
-rw-r--r--src/ipmiblob/blob_handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipmiblob/blob_handler.cpp b/src/ipmiblob/blob_handler.cpp
index 5be0b2d..2ea927a 100644
--- a/src/ipmiblob/blob_handler.cpp
+++ b/src/ipmiblob/blob_handler.cpp
@@ -23,7 +23,7 @@
#include <array>
#include <cstring>
-namespace host_tool
+namespace ipmiblob
{
namespace
@@ -312,4 +312,4 @@ std::vector<std::uint8_t> BlobHandler::readBytes(std::uint16_t session,
return sendIpmiPayload(BlobOEMCommands::bmcBlobRead, payload);
}
-} // namespace host_tool
+} // namespace ipmiblob
OpenPOWER on IntegriCloud