From b5d3d793deedd60ebd5dda9056d012ae3a9411a8 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 29 Nov 2012 10:18:57 +0000 Subject: Added alert suppression to the server code + protobuf. --- mauve.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mauve.proto') diff --git a/mauve.proto b/mauve.proto index 7bd25e4..cf030dd 100644 --- a/mauve.proto +++ b/mauve.proto @@ -44,6 +44,9 @@ message Alert { // optional uint32 importance = 7; + // Suppress any notifications about this alert until this UNIX time. + // + optional uint64 suppress_until = 8; } // The AlertUpdate is the unit of communication from an alerting source; -- cgit v1.2.1