ONLP
Open Network Linux Platform APIs
debug.h
1 /************************************************************
2  * <bsn.cl fy=2014 v=onl>
3  *
4  * Copyright 2014, 2015 Big Switch Networks, Inc.
5  *
6  * Licensed under the Eclipse Public License, Version 1.0 (the
7  * "License"); you may not use this file except in compliance
8  * with the License. You may obtain a copy of the License at
9  *
10  * http://www.eclipse.org/legal/epl-v10.html
11  *
12  * Unless required by applicable law or agreed to in writing,
13  * software distributed under the License is distributed on an
14  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15  * either express or implied. See the License for the specific
16  * language governing permissions and limitations under the
17  * License.
18  *
19  * </bsn.cl>
20  ************************************************************
21  *
22  * Debug
23  *
24  ***********************************************************/
25 #ifndef __ONLP_DEBUG_H__
26 #define __ONLP_DEBUG_H__
27 
28 #include <AIM/aim_pvs.h>
29 
33 int onlp_debug(aim_pvs_t* pvs, int argc, char* argv[]);
34 
35 #endif /* __ONL_DEBUG_H__ */