Use a policy search modifier to find a table entry

Pull the error message out of the property map, and
then use it plus a search modifier to find an entry
in the policy table.

Change-Id: I6e16735e3fa79cb206f6ab6a9f7c14cad04a1cc3
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
1 file changed
tree: 5fe4927ea7ff82e37b1a7ad38576c9758906024b
  1. test/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. dbus.cpp
  6. dbus.hpp
  7. interfaces.hpp
  8. LICENSE
  9. main.cpp
  10. Makefile.am
  11. manager.cpp
  12. manager.hpp
  13. policy_find.cpp
  14. policy_find.hpp
  15. policy_table.cpp
  16. policy_table.hpp
  17. 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`.