2
0
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:
Ben Warren 2016-04-04 21:32:08 -04:00 committed by Ben Pfaff
parent 064d7f8428
commit ae06a5610a
13 changed files with 13 additions and 13 deletions

View File

@ -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 \

View File

@ -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>

View File

@ -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 \

View File

@ -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" {

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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;

View File

@ -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"

View File

@ -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);

View File

@ -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

View File

@ -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. */

View File

@ -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>