Add a shutdown option to main loop

A shutdown option allows another thread to shut the server
down.  Typically this is only done at the end of a testcase
that runs the server in one thread, and then executes tests
from another.

Change-Id: I7658bba79285d7c3e41b578c3510faa3363c5e01
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
3 files changed
tree: 3686b025a224fa1b93a582e599a447da5076a3d4
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. mainloop.cpp
  11. mainloop.hpp
  12. Makefile.am
  13. readd.cpp
  14. README.md
  15. sensorcache.hpp
  16. sensorset.cpp
  17. sensorset.hpp
  18. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

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

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