6#ifndef GEOPM_DAEMON_H_INCLUDE
7#define GEOPM_DAEMON_H_INCLUDE
11#include "geopm_public.h"
21 struct geopm_daemon_c **daemon);
int GEOPM_PUBLIC geopm_daemon_update_endpoint_from_policystore(struct geopm_daemon_c *daemon, double timeout)
Definition Daemon.cpp:95
int GEOPM_PUBLIC geopm_daemon_create(const char *endpoint_name, const char *policystore_path, struct geopm_daemon_c **daemon)
Definition Daemon.cpp:68
int GEOPM_PUBLIC geopm_daemon_reset_wait_loop(struct geopm_daemon_c *daemon)
Definition Daemon.cpp:122
int GEOPM_PUBLIC geopm_daemon_destroy(struct geopm_daemon_c *daemon)
Definition Daemon.cpp:83
int GEOPM_PUBLIC geopm_daemon_stop_wait_loop(struct geopm_daemon_c *daemon)
Definition Daemon.cpp:109