summaryrefslogtreecommitdiffstats
path: root/control/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/main.cpp')
-rw-r--r--control/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/control/main.cpp b/control/main.cpp
index e332dda..08a7dc9 100644
--- a/control/main.cpp
+++ b/control/main.cpp
@@ -14,11 +14,14 @@
* limitations under the License.
*/
#include <sdbusplus/bus.hpp>
+#include "manager.hpp"
int main(int argc, char* argv[])
{
auto bus = sdbusplus::bus::new_default();
+ phosphor::fan::control::Manager manager(bus);
+
while (true)
{
bus.process_discard();
OpenPOWER on IntegriCloud