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

Remove comment of previous struct defs.


diffs (35 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
@@ -20,23 +20,6 @@
 typedef struct rusage Rusage;
 #endif
 
-/* typedef struct nonMalEvent { */
-/*     int* cid;  /\* client_id *\/ */
-/*     oid* tag;  /\* tag of the assoc MAL block *\/ */
-/*     ulng* tid; /\* transaction_id *\/ */
-/*     str query; /\* statement *\/ */
-/*     ulng usec; /\* event duration *\/ */
-/*     ulng clk;  /\* GDKusec in callside *\/ */
-/*     int rc;    /\* return code *\/ */
-/* } nonMalEvent; */
-
-/* typedef struct malEvent { */
-/*     Client cntxt; */
-/*     MalBlkPtr mb; */
-/*     MalStkPtr stk; */
-/*     InstrPtr pci; */
-/* } malEvent; */
-
 typedef struct NonMalEvent {
        str phase;
        Client cntxt;
@@ -79,7 +62,6 @@ mal_export int TRACEtable(Client cntxt, 
 mal_export str cleanupTraces(Client cntxt);
 mal_export BAT *getTrace(Client cntxt, const char *nme);
 
-
 mal_export lng getDiskSpace(void);
 mal_export lng getDiskReads(void);
 mal_export lng getDiskWrites(void);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to