Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_analysis_eval.c
index 0c0b7b51a80e86fc3cb48cbf104e9bb14aca369c..6b96102071ddedea3ae42288ec7f86abfb0b72c7 100644 (file)
@@ -78,7 +78,6 @@ static void writeAnalysisTraceTraceForePlotsEval(SyncState* const syncState,
        const unsigned int i, const unsigned int j);
 
 // Functions specific to this module
-static void registerAnalysisEval() __attribute__((constructor (102)));
 static guint ghfRttKeyHash(gconstpointer key);
 static gboolean gefRttKeyEqual(gconstpointer a, gconstpointer b);
 static void gdnDestroyRttKey(gpointer data);
@@ -156,7 +155,7 @@ static ModuleOption optionEvalRttFile= {
 /*
  * Analysis module registering function
  */
-static void registerAnalysisEval()
+void registerAnalysisEval()
 {
        binBase= exp10(6. / (BIN_NB - 3));
 
This page took 0.022379 seconds and 4 git commands to generate.