mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Implement the restart module
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
public interface IRestartModule
|
||||
{
|
||||
TimeSpan TimeUntilRestart { get; }
|
||||
void ScheduleRestart(UUID initiator, string message, int seconds, int[] alerts, bool notice);
|
||||
void ScheduleRestart(UUID initiator, string message, int[] alerts, bool notice);
|
||||
void AbortRestart(string message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user