Skip to content

Commit

Permalink
NF-1329: Adds TableEnumerator and ShortMacros to installed RAMCloud h…
Browse files Browse the repository at this point in the history
…eaders

- kv_ramcloud_connection.cpp in nfapp needs TableEnumerator for sync enumerations
    It's easier than trying to call the RPC API's in RamCloud.h
  • Loading branch information
OferMania committed May 24, 2021
1 parent d982da5 commit f3e5600
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 f3e5600

Please sign in to comment.