Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_processing_text.c
index 8471096a6d07d90af439843196d4321c76cde370..238d658cd3d15bd2ff8f39ebbde6652ff7689b11 100644 (file)
@@ -48,8 +48,6 @@ static void writeProcessingGraphVariablesText(SyncState* const syncState,
        const unsigned int i);
 
 // Functions specific to this module
-static void registerProcessingText() __attribute__((constructor (102)));
-
 static unsigned int readTraceNb(FILE* testCase);
 static void skipCommentLines(FILE* testCase);
 
@@ -71,7 +69,7 @@ static ProcessingModule processingModuleText = {
 /*
  * Processing Module registering function
  */
-static void registerProcessingText()
+void registerProcessingText()
 {
        g_queue_push_tail(&processingModules, &processingModuleText);
 }
This page took 0.022716 seconds and 4 git commands to generate.