Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Comment about FILTERED_LIBS
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Mar 2016 12:29:41 +0000 (13:29 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 7 Mar 2016 12:29:41 +0000 (13:29 +0100)
src/mc/Process.cpp

index 80fa3f2..9465c6b 100644 (file)
@@ -52,6 +52,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_process, mc,
 #define SO_RE "\\.so[\\.0-9]*$"
 #define VERSION_RE "-[\\.0-9-]*$"
 
+// In lexicographic order (but this is currently not used in the code):
 static const char *const FILTERED_LIBS[] = {
   "ld",
   "libbz2",