From 436e303e24e5046d6cc52ac3da51a0b51adbef36 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 15 Jun 2020 18:35:21 +0300 Subject: simpler way of applying server ids to messages --- include/delphi/m_database.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index 35bb5118c1..65c3ba5f31 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -40,11 +40,12 @@ type PDBEVENTINFO = ^TDBEVENTINFO; TDBEVENTINFO = record szModule : PAnsiChar; // module that 'owns' this event and controls the data format - timestamp: dword; // timestamp in UNIX time - flags : dword; // the DBEF_* flags above - 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 + timestamp: dword; // timestamp in UNIX time + flags : dword; // the DBEF_* flags above + 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; // unique server id end; (****************************************************************************** -- cgit v1.2.3