Fix being unable to restart session

This commit is contained in:
loki
2020-02-10 00:33:12 +01:00
parent f56e7fc50d
commit bb95d6ab52
11 changed files with 142 additions and 99 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#define CERTIFICATE_FILE CA_DIR "/cacert.pem"
namespace nvhttp {
void start(std::shared_ptr<safe::event_t<bool>> shutdown_event);
void start(std::shared_ptr<safe::signal_t> shutdown_event);
}
#endif //SUNSHINE_NVHTTP_H