X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.hh;h=39e9d486cff61a5d86b90aada56961fd201703b6;hb=d5a72d0b3f6fee56dba6de1c54cafb448ebe3457;hp=75e8a21c6f60daf7e14482a2245212ada73c199f;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/Events.hh b/PPI/Events.hh index 75e8a21..39e9d48 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -21,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 @@ -85,6 +87,7 @@ namespace ppi { void registerRoute(ForwardingRoute & route); bool enabled_; + bool throttled_; typedef std::vector Routes; Routes routes_;