Add entity to represent resource violation event
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 9 May 2017 11:54:55 +0000 (13:54 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 9 May 2017 11:54:55 +0000 (13:54 +0200)
Resource violation means that some process is using
more resources than it should.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
src/event_types/resource_violation_event.c

index b3e1161b237ccb2cf3925b2e16462d86dddc2f98..70a0d4869de8f4fc0406d2b5a3c671a3e7f0d19a 100644 (file)
@@ -81,7 +81,6 @@ static char *rv_event_to_string(struct faultd_event *ev)
         return ret > 0 ? str : NULL;
 }
 
-
 static struct faultd_event_type resource_violation_event_type = {
         .name = RESOURCE_VIOLATION_EVENT_ID,
         .default_ops = {