summaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.clang-format725logstatsplain
-rw-r--r--.clang-tidy145logstatsplain
-rw-r--r--.git_commit_template.txt1624logstatsplain
d---------.github / workflows36logstatsplain
-rw-r--r--.gitignore1753logstatsplain
-rw-r--r--.gitreview50logstatsplain
-rw-r--r--INFO.yaml2565logstatsplain
-rw-r--r--LICENSE11357logstatsplain
-rw-r--r--MAINTAINERS16292logstatsplain
-rw-r--r--Makefile22169logstatsplain
-rw-r--r--README.md4340logstatsplain
d---------build-data111logstatsplain
d---------build-root273logstatsplain
d---------build / external35logstatsplain
-rwxr-xr-xconfigure3281logstatsplain
d---------docs673logstatsplain
d---------extras806logstatsplain
d---------src592logstatsplain
d---------test8553logstatsplain
an class="cm"> * 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. */ /* * global_funcs.h: global data structure access functions */ #ifndef included_vnet_global_funcs_h_ #define included_vnet_global_funcs_h_ vnet_main_t *vnet_get_main (void); #endif /* included_vnet_global_funcs_h_ */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */