Unverified Commit b1ff13b8 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

preload includes cleanup: margo/mercury

parent 8280e9df
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@
#ifndef IOINTERCEPT_PRELOAD_HPP
#define IOINTERCEPT_PRELOAD_HPP

extern "C" {
#include <abt.h>
#include <mercury.h>
#include <margo.h>
}

#include <preload/preload_util.hpp>
#include <preload/preload_context.hpp>
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@
#include <string>
#include <iostream>

extern "C" {
#include <margo.h>
}

// TODO singleton this stuff away
// The contents of FsConfig or only set once when set up
struct FsConfig {
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
#include <preload/margo_ipc.hpp>
#include <boost/token_functions.hpp>
#include <boost/tokenizer.hpp>
extern "C" {
#include <margo.h>
}

void send_minimal_ipc(const hg_id_t minimal_id) {