forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iotune: reduce dependency on seastar core
Do not bring in the reactor through its headers. Also, do not compile the other seastar objects in, except for the resource.cc file - which is fairly independent of the rest anyway. The end goal is to break iotune's dependency on the seastar memory allocator. Signed-off-by: Glauber Costa <[email protected]>
- Loading branch information
Glauber Costa
committed
Oct 12, 2016
1 parent
c813f26
commit 3b8c270
Showing
2 changed files
with
4 additions
and
2 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