X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fudp%2Fudp.c;h=46a26e484edd32a09c5ec327fa8008450f7098fa;hb=c5df8c71c;hp=694cffa6f5f365e6519958aba5a3a511502c94aa;hpb=1ee7830e9ee8a62800822b6f5224d66243b916d4;p=vpp.git diff --git a/src/vnet/udp/udp.c b/src/vnet/udp/udp.c index 694cffa6f5f..46a26e484ed 100644 --- a/src/vnet/udp/udp.c +++ b/src/vnet/udp/udp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 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: @@ -22,6 +22,8 @@ #include #include +udp_main_t udp_main; + udp_connection_t * udp_connection_alloc (u32 thread_index) {