8000 Leave a note to future us to remove a hack · arangodb/arangodb@61893d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61893d1

Browse files
author
Markus Pfeiffer
committed
Leave a note to future us to remove a hack
1 parent 0176cfd commit 61893d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arangod/Pregel/Status/ConductorStatus.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
#include <Pregel/Common.h>
3535
#include <Pregel/Status/Status.h>
3636

37+
// TODO: This is a hack to not have to include ClusterTypes.h
38+
// which in turn pulls in Result.h which requires building
39+
// of voc-errors.
40+
// First step: split ClusterTypes.h into sensible bits
41+
// Second step: only include the type aliases here
3742
namespace arangodb {
3843
typedef std::string ServerID; // ID of a server
3944
}

0 commit comments

Comments
 (0)
0