Fix being unable to restart session
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user