2 * Copyright (c) 2017 Cisco and/or its affiliates.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at:
7 * http://www.apache.org/licenses/LICENSE-2.0
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
16 #ifndef included_vcom_h
17 #define included_vcom_h
20 /* Set VCOM_DEBUG 2 for connection debug, 3 for read/write debug output */
21 #define VCOM_DEBUG_INIT 1
23 #define VCOM_DEBUG_INIT 0
26 #include <vppinfra/error.h>
27 #include <vppinfra/types.h>
28 #include <vcl/vcom_glibc_socket.h>
30 #define VCOM_ENV_DEBUG "VCOM_DEBUG"
31 #define VCOM_ENV_APP_NAME "VCOM_APP_NAME"
32 #define VCOM_ENV_SID_BIT "VCOM_SID_BIT"
34 #define VCOM_SID_BIT_MIN 9
35 #define VCOM_SID_BIT_MAX 30
37 #define VCOM_APP_NAME_MAX 256
39 #endif /* included_vcom_h */
42 * fd.io coding-style-patch-verification: ON
45 * eval: (c-set-style "gnu")