Changeset: 02ebe71c0c11 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/02ebe71c0c11
Modified Files:
monetdb5/mal/mal_profiler.h
Branch: sql_profiler
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 -- [email protected]
To unsubscribe send an email to [email protected]