Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Conflicting declaration.
authordegomme <augustin.degomme@unibas.ch>
Fri, 4 Mar 2016 15:02:23 +0000 (16:02 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 4 Mar 2016 15:02:23 +0000 (16:02 +0100)
src/simix/BoostContext.cpp
src/simix/BoostContext.hpp

index 9972e78..3a7ea34 100644 (file)
@@ -55,7 +55,7 @@ public:
 
 bool                BoostContext::parallel_        = false;
 xbt_parmap_t        BoostContext::parmap_          = nullptr;
-uintptr_t       BoostContext::threads_working_ = 0;
+uintptr_t           BoostContext::threads_working_ = 0;
 xbt_os_thread_key_t BoostContext::worker_id_key_;
 unsigned long       BoostContext::process_index_   = 0;
 BoostContext*       BoostContext::maestro_context_ = nullptr;
index 62b6066..032e116 100644 (file)
@@ -31,7 +31,7 @@ protected: // static
   static bool parallel_;
   static xbt_parmap_t parmap_;
   static std::vector<BoostContext*> workers_context_;
-  static unsigned long threads_working_;
+  static uintptr_t threads_working_;
   static xbt_os_thread_key_t worker_id_key_;
   static unsigned long process_index_;
   static BoostContext* maestro_context_;