X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=39e9d486cff61a5d86b90aada56961fd201703b6;hb=d5a72d0b3f6fee56dba6de1c54cafb448ebe3457;hp=b3717bdc13b9c4c4f704ee6d6fc9f1376f367722;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index b3717bd..39e9d48 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -23,8 +23,8 @@ /** \file \brief Events public header */ -#ifndef HH_Events_ -#define HH_Events_ 1 +#ifndef HH_SENF_PPI_Events_ +#define HH_SENF_PPI_Events_ 1 // Custom includes #include @@ -87,6 +87,7 @@ namespace ppi { void registerRoute(ForwardingRoute & route); bool enabled_; + bool throttled_; typedef std::vector Routes; Routes routes_;