Skip to content

Commit

Permalink
Merge pull request #33 from OferMania/1329
Browse files Browse the repository at this point in the history
NF-1329: Adds TableEnumerator and ShortMacros to installed RAMCloud h…
  • Loading branch information
OferMania committed May 24, 2021
2 parents d982da5 + f3e5600 commit 2da4cdb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ transport-timeout-interval.patch
bindings-migration.patch
log-sse42-status.patch
rpcwrapper-logging-fix.patch
table-enumerator.patch
24 changes: 24 additions & 0 deletions patches/table-enumerator.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Adds TableEnumerator and ShortMacros headers to install area of RAMCloud

From: nobody <nobody@nowhere>


---
GNUmakefile | 2 ++
1 file changed, 2 insertions(+)

diff --git a/GNUmakefile b/GNUmakefile
index 201131cc..227237b1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -467,8 +467,10 @@ INSTALL_INCLUDES := \
src/ServerIdRpcWrapper.h \
src/ServerMetrics.h \
src/ServiceMask.h \
+ src/ShortMacros.h \
src/SpinLock.h \
src/Status.h \
+ src/TableEnumerator.h \
src/TestLog.h \
src/Transaction.h \
src/Transport.h \

0 comments on commit 2da4cdb

Please sign in to comment.