Implémentation d'un gestionnaire d'événements sommaire.

This commit is contained in:
Pierre-Elliott Bécue 2015-03-10 16:41:15 +01:00
parent 6c97d6998f
commit 201377528c
12 changed files with 411 additions and 239 deletions

View file

@ -42,7 +42,7 @@ def fwrecord(fun):
FwFactory.register(fun.func_name, fun)
@record_service
def firewall(body=()):
def firewall(ob_id, body=()):
"""Regens the specific service
"""