Create an erase() function

This function is used to delete any objects associated
with an entry ID.

Tested: Erases still work

Change-Id: If80c54b502d64e5d5b3826b303ffe516def1fe8f
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
2 files changed
tree: 61da6a7c808ddd8eb25b9a728494eb91aa5fc876
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. interfaces.hpp
  11. LICENSE
  12. main.cpp
  13. MAINTAINERS
  14. Makefile.am
  15. manager.cpp
  16. manager.hpp
  17. policy_find.cpp
  18. policy_find.hpp
  19. policy_table.cpp
  20. policy_table.hpp
  21. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.