* Committing missing file from last commit.
parent
838bc80ab9
commit
3c0881c83c
|
@ -0,0 +1,13 @@
|
||||||
|
using System;
|
||||||
|
|
||||||
|
namespace OpenSim.Region.CoreModules.Framework.Monitoring
|
||||||
|
{
|
||||||
|
internal delegate void Alert(Type reporter, string reason, bool fatal);
|
||||||
|
|
||||||
|
interface IAlert
|
||||||
|
{
|
||||||
|
string GetName();
|
||||||
|
void Test();
|
||||||
|
event Alert OnTriggerAlert;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue