]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.h
SMUX reload with reconnect implemented
[stg.git] / projects / stargazer / plugins / other / smux / smux.h
index 45f16ea6824af4cc03b2af4b94131c4333a617d0..e16ae5f2f998e4e062d669f757fbf07ee09bc46e 100644 (file)
@@ -109,7 +109,7 @@ public:
 
     int Start();
     int Stop();
-    int Reload() { return 0; }
+    int Reload();
     bool IsRunning() { return running && !stopped; }
 
     const std::string & GetStrError() const { return errorStr; }