From 05ace65ec471b5ec71004259310c1471ac6bb0c9 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Tue, 23 Jan 2018 10:56:29 +0100 Subject: [PATCH] please clang --- src/instr/instr_private.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/instr/instr_private.hpp b/src/instr/instr_private.hpp index 47d8eda2f9..4d48b2dc23 100644 --- a/src/instr/instr_private.hpp +++ b/src/instr/instr_private.hpp @@ -176,6 +176,8 @@ public: } } +XBT_PRIVATE std::string instr_pid(s4u_Actor* proc); + extern "C" { extern XBT_PRIVATE std::set created_categories; @@ -184,7 +186,6 @@ extern XBT_PRIVATE std::set user_host_variables; extern XBT_PRIVATE std::set user_vm_variables; extern XBT_PRIVATE std::set user_link_variables; extern XBT_PRIVATE double TRACE_last_timestamp_to_dump; -XBT_PRIVATE std::string instr_pid(s4u_Actor* proc); /* instr_paje_header.c */ XBT_PRIVATE void TRACE_header(bool basic, int size); -- 2.20.1