diff options
Diffstat (limited to 'src/goma.hh')
| -rw-r--r-- | src/goma.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/goma.hh b/src/goma.hh new file mode 100644 index 0000000..9c4fe3e --- /dev/null +++ b/src/goma.hh @@ -0,0 +1,12 @@ +#ifndef GOMA_HH +#define GOMA_HH + +#include <memory> + +class MonMon; +class PollLooper; + +std::unique_ptr<MonMon> create_goma_monmon( + std::shared_ptr<PollLooper> const& looper); + +#endif // GOMA_HH |
