Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.c
index 8970e0363ef1cebcc7fc984857042a4ab90964a9..3a917317af7bdee2d4c8805c13b33573210aa7e9 100644 (file)
@@ -36,7 +36,6 @@ static void destroyProcessingLTTVNull(SyncState* const syncState);
 static void finalizeProcessingLTTVNull(SyncState* const syncState);
 
 // Functions specific to this module
-static void registerProcessingLTTVNull() __attribute__((constructor (102)));
 static gboolean processEventLTTVNull(void* hookData, void* callData);
 
 
@@ -52,7 +51,7 @@ static ProcessingModule processingModuleLTTVNull = {
 /*
  * Processing Module registering function
  */
-static void registerProcessingLTTVNull()
+void registerProcessingLTTVNull()
 {
        g_queue_push_tail(&processingModules, &processingModuleLTTVNull);
 
This page took 0.022258 seconds and 4 git commands to generate.