Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_analysis_chull.c
index 8e965b72a7e1296de507cfe187f893f4784d5ae3..6f098b6d0890cefa1af477c2f9038c36307117bf 100644 (file)
@@ -61,8 +61,6 @@ static void writeAnalysisGraphsPlotsCHull(SyncState* const syncState, const
        unsigned int i, const unsigned int j);
 
 // Functions specific to this module
-static void registerAnalysisCHull() __attribute__((constructor (101)));
-
 static void openGraphFiles(SyncState* const syncState);
 static void closeGraphFiles(SyncState* const syncState);
 static void writeGraphFiles(SyncState* const syncState);
@@ -121,7 +119,7 @@ const char* const approxNames[]= {
 /*
  * Analysis module registering function
  */
-static void registerAnalysisCHull()
+void registerAnalysisCHull()
 {
        g_queue_push_tail(&analysisModules, &analysisModuleCHull);
 }
This page took 0.022265 seconds and 4 git commands to generate.