add operator<< for Server
This commit is contained in:
@@ -195,6 +195,11 @@ struct MonitorOp : public ServerOp,
|
||||
scheduled = true;
|
||||
}
|
||||
}
|
||||
|
||||
void show(std::ostream& strm) const override final
|
||||
{
|
||||
strm<<"MONITOR\n";
|
||||
}
|
||||
};
|
||||
|
||||
struct ServerMonitorSetup;
|
||||
|
||||
Reference in New Issue
Block a user