From: Ivan Maidanski Date: Fri, 19 Jun 2015 21:26:07 +0000 (+0300) Subject: Rename GCEventKind to GC_EventType (profiling event type) X-Git-Tag: gc7_6_0~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c86b629133f6c7dac1fc5a4cf2f3317f163dd70c;p=gc Rename GCEventKind to GC_EventType (profiling event type) * include/gc.h (GCEventKind, GC_on_collection_event_proc): Rename GCEventKind to GC_EventType. --- diff --git a/include/gc.h b/include/gc.h index 033ab5db..5ef479af 100644 --- a/include/gc.h +++ b/include/gc.h @@ -145,9 +145,9 @@ typedef enum { GC_EVENT_POST_START_WORLD /* STARTWORLD_END */, GC_EVENT_THREAD_SUSPENDED, GC_EVENT_THREAD_UNSUSPENDED -} GCEventKind; +} GC_EventType; -typedef void (GC_CALLBACK * GC_on_collection_event_proc)(GCEventKind, void*); +typedef void (GC_CALLBACK * GC_on_collection_event_proc)(GC_EventType, void*); /* Invoked to indicate progress through the */ /* collection process. */ /* Called with the world stopped (and the */