markers: add comment
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 26 Oct 2009 13:52:14 +0000 (09:52 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 26 Oct 2009 13:57:12 +0000 (09:57 -0400)
libust/marker.c

index ff01f42e01d85ab7a4b6c3106305e591b1fc2ce1..315294764cf73c8b405ac5f2ba30c807c37c2f2b 100644 (file)
@@ -823,6 +823,7 @@ int marker_probe_register(const char *channel, const char *name,
        }
        mutex_unlock(&markers_mutex);
 
+       /* Activate marker if necessary */
        marker_update_probes();
 
        mutex_lock(&markers_mutex);
This page took 0.023591 seconds and 4 git commands to generate.