Changeset: af6ea1afcbb5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af6ea1afcbb5 Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
approved new signature of profilerEvent() as per changeset fc1361fe8f78 diffs (12 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -6161,7 +6161,7 @@ void printStack(stream *f, MalBlkPtr mb, void printTraceCall(stream *out, MalBlkPtr mb, MalStkPtr stk, int pc, int flags); str prodRef; int profilerAvailable(void); -void profilerEvent(int idx, MalBlkPtr mb, MalStkPtr stk, int pc, str status); +void profilerEvent(int idx, MalBlkPtr mb, MalStkPtr stk, int pc, int start); str profilerRef; str projectRef; void promptInstruction(stream *fd, MalBlkPtr mb, MalStkPtr stk, InstrPtr p, int flg); _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
