add WINIX_SAVE_FILELOG plugin message

This commit is contained in:
2022-09-01 07:34:10 +02:00
parent e09a93bd72
commit bff435db9a
4 changed files with 40 additions and 20 deletions

View File

@@ -303,14 +303,20 @@ namespace Winix
// http headers (without cookies) were created and are ready to send
// here you can make some changes to them
// in p1 you have a pointer to the PT::Space (Request::out_headers)
// in p1 you have a pointer to the pt::Space (Request::out_headers)
#define WINIX_PREPARE_TO_SEND_HTTP_HEADERS 31070
// http cookies were created and are ready to send
// here you can make some changes to them
// in p1 you have a pointer to the PT::Space (Request::out_cookies)
// in p1 you have a pointer to the pt::Space (Request::out_cookies)
#define WINIX_PREPARE_TO_SEND_HTTP_COOKIES 31080
// a file log was saved
// in p1 you have a pointer to the pt::WTextStream buffer
// this can be called from a different thread but with locking
#define WINIX_SAVE_FILELOG 31090
/*
messages sent from other threads