Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Snake casing simgrid::xbt::Path.
[simgrid.git] / src / mc / remote / RemoteClient.cpp
index 6b8d74b..da2a2c3 100644 (file)
@@ -114,7 +114,7 @@ static bool is_filtered_lib(const std::string& libname)
 
 static std::string get_lib_name(const std::string& pathname)
 {
 
 static std::string get_lib_name(const std::string& pathname)
 {
-  std::string map_basename = simgrid::xbt::Path(pathname).getBasename();
+  std::string map_basename = simgrid::xbt::Path(pathname).get_base_name();
   std::string libname;
 
   size_t pos = map_basename.rfind(".so");
   std::string libname;
 
   size_t pos = map_basename.rfind(".so");