Changeset: 92bc75e3250d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/92bc75e3250d
Modified Files:
        monetdb5/mal/mal_profiler.h
Branch: Jan2022_prof_ext
Log Message:

Uniformize JSON fields.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_profiler.h b/monetdb5/mal/mal_profiler.h
--- a/monetdb5/mal/mal_profiler.h
+++ b/monetdb5/mal/mal_profiler.h
@@ -35,7 +35,7 @@ mal_export str openProfilerStream(Client
 mal_export str closeProfilerStream(Client cntxt);
 
 mal_export void profilerEvent(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci, int start);
-mal_export void generic_event(str face, struct GenericEvent e, int state);
+mal_export void generic_event(str phase, struct GenericEvent e, int state);
 mal_export void sqlProfilerEvent(Client cntxt, MalBlkPtr mb, MalStkPtr stk, 
InstrPtr pci);
 
 mal_export str startProfiler(Client cntxt);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to