-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NF-1329: Adds TableEnumerator and ShortMacros to installed RAMCloud h…
…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
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |