Skip to content

Commit

Permalink
Merge pull request #1901 from boehms/topic/mpool_install
Browse files Browse the repository at this point in the history
make mpool.h installable
  • Loading branch information
shamisp authored Oct 11, 2017
2 parents 25615c7 + 157316d commit 412b1fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ucs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ nobase_dist_libucs_la_HEADERS = \
config/types.h \
datastruct/callbackq.h \
datastruct/list_types.h \
datastruct/mpool.h \
debug/check.h \
debug/debug.h \
debug/log.h \
Expand All @@ -62,7 +63,6 @@ noinst_HEADERS = \
datastruct/hash.h \
datastruct/list.h \
datastruct/mpmc.h \
datastruct/mpool.h \
datastruct/mpool.inl \
datastruct/pgtable.h \
datastruct/ptr_array.h \
Expand Down
4 changes: 1 addition & 3 deletions src/ucs/datastruct/mpool.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#ifndef UCS_MPOOL_H_
#define UCS_MPOOL_H_


#include <ucs/debug/log.h>
#include <ucs/debug/memtrack.h>
#include <stddef.h>
#include <ucs/type/status.h>


Expand Down
1 change: 1 addition & 0 deletions src/ucs/datastruct/mpool.inl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include "mpool.h"

#include <ucs/config/global_opts.h>
#include <ucs/sys/checker.h>
#include <ucs/sys/sys.h>

Expand Down

0 comments on commit 412b1fe

Please sign in to comment.