X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=httpd.h;h=57c649b61158c6f73b498aeca6556b97bc52f179;hp=1c3c98ee3ba3e1d9bbe25f50e4831cc40e6e696e;hb=703e00da89118df9be0354dda621bed023e6030e;hpb=5743f5528c75acdfd381a494db0b4936a3ab218b diff --git a/httpd.h b/httpd.h index 1c3c98e..57c649b 100644 --- a/httpd.h +++ b/httpd.h @@ -46,6 +46,7 @@ public: } void start(int port); + void stop(); void add_data(const char *buf, size_t size, bool keyframe, int64_t time, AVRational timebase); int64_t get_num_connected_clients() const { return metric_num_connected_clients.load();