summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_database.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc
index b0e5643385..892f5740d0 100644
--- a/include/delphi/m_database.inc
+++ b/include/delphi/m_database.inc
@@ -45,6 +45,7 @@ type
eventType: word; // event type, such as message, can be module defined
cbBlob : dword; // size in bytes of pBlob^
pBlob : PByte; // pointer to buffer containing the module defined event data
+ szId : PAnsiChar; // server id of event
end;
(******************************************************************************