mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Move lib/type-props.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
parent
064d7f8428
commit
ae06a5610a
@ -15,6 +15,7 @@ openvswitchinclude_HEADERS = \
|
||||
include/openvswitch/thread.h \
|
||||
include/openvswitch/token-bucket.h \
|
||||
include/openvswitch/tun-metadata.h \
|
||||
include/openvswitch/type-props.h \
|
||||
include/openvswitch/types.h \
|
||||
include/openvswitch/util.h \
|
||||
include/openvswitch/uuid.h \
|
||||
|
@ -14,8 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifndef TYPE_PROPS_H
|
||||
#define TYPE_PROPS_H 1
|
||||
#ifndef OPENVSWITCH_TYPE_PROPS_H
|
||||
#define OPENVSWITCH_TYPE_PROPS_H 1
|
||||
|
||||
#include <limits.h>
|
||||
|
@ -257,7 +257,6 @@ lib_libopenvswitch_la_SOURCES = \
|
||||
lib/token-bucket.c \
|
||||
lib/tun-metadata.c \
|
||||
lib/tun-metadata.h \
|
||||
lib/type-props.h \
|
||||
lib/unaligned.h \
|
||||
lib/unicode.c \
|
||||
lib/unicode.h \
|
||||
|
@ -303,7 +303,7 @@
|
||||
#include "openvswitch/meta-flow.h"
|
||||
#include "pvector.h"
|
||||
#include "rculist.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "util.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
|
||||
#ifndef SIG_ATOMIC_MAX
|
||||
#define SIG_ATOMIC_MAX TYPE_MAXIMUM(sig_atomic_t)
|
||||
|
@ -46,7 +46,7 @@
|
||||
#include "openvswitch/ofp-errors.h"
|
||||
#include "packets.h"
|
||||
#include "dp-packet.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "unaligned.h"
|
||||
#include "odp-util.h"
|
||||
#include "util.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "random.h"
|
||||
#include "tun-metadata.h"
|
||||
#include "unaligned.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "openvswitch/ofp-errors.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
#include "bitmap.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "openflow/netronome-ext.h"
|
||||
#include "openflow/nicira-ext.h"
|
||||
#include "openvswitch/types.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "uuid.h"
|
||||
|
||||
struct ofpbuf;
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <unistd.h>
|
||||
#include "poll-loop.h"
|
||||
#include "socket-util.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "util.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <signal.h>
|
||||
#include <stddef.h>
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
|
||||
enum { SIGNAL_NAME_BUFSIZE = 7 + INT_STRLEN(int) + 1 };
|
||||
const char *signal_name(int signum, char *namebuf, size_t bufsize);
|
||||
|
@ -18,7 +18,7 @@
|
||||
#define TIMEVAL_H 1
|
||||
|
||||
#include <time.h>
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "util.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <stdint.h>
|
||||
#include "byte-order.h"
|
||||
#include "openvswitch/types.h"
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include "util.h"
|
||||
|
||||
/* Public API. */
|
||||
|
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "type-props.h"
|
||||
#include "openvswitch/type-props.h"
|
||||
#include <inttypes.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user