2
0
forked from Ivasoft/DSView

Code refactoring 13

This commit is contained in:
dreamsourcelabTAI
2022-08-18 09:10:56 +08:00
14 changed files with 158 additions and 33 deletions

View File

@@ -90,7 +90,7 @@ XLOG_API int xlog_add_receiver(xlog_context* ctx, xlog_receive_callback rev, int
* append a log data receiver, return 0 if success.
* the log data will be writed to file.
*/
XLOG_API int xlog_add_receiver_from_file(xlog_context* ctx, const char *file_path, int *out_index);
XLOG_API int xlog_add_receiver_from_file(xlog_context* ctx, const char *file_path, int *out_index, int bAppend);
/**
* remove a log data receiver,return 0 if success.