Implement Host Console Buffer
Implement host console buffer to buffer host data and provide
interfaces to read the buffer, write to the buffer and erase
the buffer
Change-Id: I67bec738dee6fa3b22c30aaefe5056edf4fb937c
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index fbd2116..7480d0c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,8 @@
provider_registration.hpp \
provider_registration.cpp \
crypt_algo.hpp \
- crypt_algo.cpp
+ crypt_algo.cpp \
+ sol/console_buffer.hpp
netipmid_CPPFLAGS = -DNET_IPMID_LIB_PATH=\"/usr/lib/net-ipmid/\"
netipmid_LDFLAGS = $(SYSTEMD_LIBS) $(CRYPTO_LIBS) $(libmapper_LIBS) $(LIBADD_DLOPEN) -export-dynamic