summaryrefslogtreecommitdiffstats
path: root/tests/auto/shared/perfparsertestclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/shared/perfparsertestclient.h')
-rw-r--r--tests/auto/shared/perfparsertestclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/shared/perfparsertestclient.h b/tests/auto/shared/perfparsertestclient.h
index 9b120e5..57399ac 100644
--- a/tests/auto/shared/perfparsertestclient.h
+++ b/tests/auto/shared/perfparsertestclient.h
@@ -72,6 +72,8 @@ public:
struct SymbolEvent {
qint32 name = -1;
+ quint64 relAddr = 0;
+ quint64 size = 0;
qint32 binary = -1;
qint32 path = -1;
bool isKernel = false;