|
xorp
|
00001 // -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*- 00002 00003 // Copyright (c) 2001-2011 XORP, Inc and Others 00004 // 00005 // This program is free software; you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License, Version 2, June 00007 // 1991 as published by the Free Software Foundation. Redistribution 00008 // and/or modification of this program under the terms of any other 00009 // version of the GNU General Public License is not permitted. 00010 // 00011 // This program is distributed in the hope that it will be useful, but 00012 // WITHOUT ANY WARRANTY; without even the implied warranty of 00013 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more details, 00014 // see the GNU General Public License, Version 2, a copy of which can be 00015 // found in the XORP LICENSE.gpl file. 00016 // 00017 // XORP Inc, 2953 Bunker Hill Lane, Suite 204, Santa Clara, CA 95054, USA; 00018 // http://xorp.net 00019 00020 00021 #ifndef __RIB_PROFILE_VARS_HH__ 00022 #define __RIB_PROFILE_VARS_HH__ 00023 00024 #ifndef XORP_DISABLE_PROFILE 00025 00030 const string profile_route_ribin = "route_ribin"; 00031 const string profile_route_rpc_in = "route_rpc_in"; 00032 const string profile_route_rpc_out = "route_rpc_out"; 00033 00034 void initialize_profiling_variables(Profile& p); 00035 00036 #endif // profile 00037 00038 #endif // __RIB_PROFILE_VARS_HH__