summaryrefslogtreecommitdiffstats
path: root/src/vlib/unix/unix.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-08ping: fix aborting on keypressIvan Shvedunov1-0/+8
2020-10-21vlib: print logs to stderr if interactive or nosyslog setDamjan Marion1-0/+2
2020-05-02vlib: add nosyslog unix optionRuslan Babayev1-0/+2
2018-10-23Numa-aware, growable physical memory allocator (pmalloc)Damjan Marion1-2/+0
2018-06-21configurable per-dispatch-cycle sleepDave Barach1-0/+3
2017-09-09move unix_file_* code to vppinfraDamjan Marion1-74/+2
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-17/+0
2017-09-07vlib physmem reworkDamjan Marion1-13/+11
2017-09-05Add pidfile cmdline optionPierre Pfister1-0/+7
2017-08-24Make VPP runtime directory configurableDamjan Marion1-4/+10
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke1-0/+6
2017-06-05vlib: add unix_file_del_by_index functionDamjan Marion1-0/+8
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+232
ht .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
/* Hey Emacs use -*- mode: C -*- */
/*
 * Copyright (c) 2018 Cisco and/or its affiliates.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at:
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

typedef u32 interface_index;