Skip to content
Snippets Groups Projects
Commit 9b8eb394 authored by Bobi Jam's avatar Bobi Jam Committed by Oleg Drokin
Browse files

LU-9324 lnet: move cyaml.h under lnet/include/


So that it can be included in other projects.

Signed-off-by: default avatarBobi Jam <bobijam.xu@intel.com>
Change-Id: I980578742fd194e2464870f1ab8d6a9ae8deb9e2
Reviewed-on: https://review.whamcloud.com/26859


Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Reviewed-by: default avatarNiu Yawei <yawei.niu@intel.com>
Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarOleg Drokin <oleg.drokin@intel.com>
parent 220124bf
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#include <limits.h> #include <limits.h>
#include <ctype.h> #include <ctype.h>
#include "libcfs/util/list.h" #include "libcfs/util/list.h"
#include "cyaml.h" #include <cyaml.h>
#define INDENT 4 #define INDENT 4
#define EXTRA_IND 2 #define EXTRA_IND 2
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
lib_LTLIBRARIES = liblnetconfig.la lib_LTLIBRARIES = liblnetconfig.la
CYAML := $(top_builddir)/lnet/utils/cyaml/cyaml.c \ CYAML := $(top_builddir)/lnet/utils/cyaml/cyaml.c \
$(top_builddir)/lnet/utils/cyaml/cyaml.h $(top_builddir)/lnet/include/cyaml.h
liblnetconfig_la_SOURCES = liblnetconfig.c liblnetconfig.h \ liblnetconfig_la_SOURCES = liblnetconfig.c liblnetconfig.h \
liblnetconfig_lnd.c liblnd.h $(CYAML) liblnetconfig_lnd.c liblnd.h $(CYAML)
liblnetconfig_la_CPPFLAGS = -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 \ liblnetconfig_la_CPPFLAGS = -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 \
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <libcfs/util/parser.h> #include <libcfs/util/parser.h>
#include <lnet/lnetctl.h> #include <lnet/lnetctl.h>
#include <lnet/nidstr.h> #include <lnet/nidstr.h>
#include "cyaml/cyaml.h" #include <cyaml.h>
#include "lnetconfig/liblnetconfig.h" #include "lnetconfig/liblnetconfig.h"
#define LNET_CONFIGURE true #define LNET_CONFIGURE true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment