X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpd.h;fp=httpd.h;h=57c649b61158c6f73b498aeca6556b97bc52f179;hb=a50660d96686b0f997c135691d2f74e084dcae2b;hp=1c3c98ee3ba3e1d9bbe25f50e4831cc40e6e696e;hpb=aca8e7f15c4fd9d49875ad2bde27f7f467a6869e;p=nageru 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();