summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/sendqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/sendqueue.h')
-rw-r--r--plugins/TabSRMM/src/sendqueue.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/TabSRMM/src/sendqueue.h b/plugins/TabSRMM/src/sendqueue.h
index 05dfeb4aa7..f2866dac18 100644
--- a/plugins/TabSRMM/src/sendqueue.h
+++ b/plugins/TabSRMM/src/sendqueue.h
@@ -40,19 +40,19 @@
struct SendJob
{
- int iSendId;
- char *szSendBuffer;
- size_t iSendLength; // length of message in utf-8 octets (used to check maxlen)
- int sendCount;
- MCONTACT hContact;
- HWND hOwnerWnd;
- unsigned iStatus;
- wchar_t szErrorMsg[128];
- uint32_t dwFlags;
- int iAcksNeeded;
- HANDLE hEventSplit;
- int chunkSize;
- uint32_t dwTime;
+ int iSendId;
+ char* szSendBuffer;
+ size_t iSendLength; // length of message in utf-8 octets (used to check maxlen)
+ int sendCount;
+ MCONTACT hContact;
+ HWND hOwnerWnd;
+ unsigned iStatus;
+ CMStringW wszErrorMsg;
+ uint32_t dwFlags;
+ int iAcksNeeded;
+ HANDLE hEventSplit;
+ int chunkSize;
+ uint32_t dwTime;
};
class SendQueue {