refactor event system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
@ -53,24 +53,14 @@ E_SIMPLE2(download_resume_removed, debug,
|
|||||||
std::string, dest_path, dest, E_FROM_STRING
|
std::string, dest_path, dest, E_FROM_STRING
|
||||||
);
|
);
|
||||||
|
|
||||||
E_SIMPLE1(item_timeout, trace,
|
|
||||||
std::string, api_path, ap, E_FROM_STRING
|
|
||||||
);
|
|
||||||
|
|
||||||
E_SIMPLE3(download_type_selected, debug,
|
E_SIMPLE3(download_type_selected, debug,
|
||||||
std::string, api_path, ap, E_FROM_STRING,
|
std::string, api_path, ap, E_FROM_STRING,
|
||||||
std::string, source, src, E_FROM_STRING,
|
std::string, source, src, E_FROM_STRING,
|
||||||
download_type, download_type, type, E_FROM_DOWNLOAD_TYPE
|
download_type, download_type, type, E_FROM_DOWNLOAD_TYPE
|
||||||
);
|
);
|
||||||
|
|
||||||
E_SIMPLE3(fuse_event, debug,
|
E_SIMPLE1(item_timeout, trace,
|
||||||
std::string, function, func, E_FROM_STRING,
|
std::string, api_path, ap, E_FROM_STRING
|
||||||
std::string, api_path, ap, E_FROM_STRING,
|
|
||||||
int, result, res, E_FROM_INT32
|
|
||||||
);
|
|
||||||
|
|
||||||
E_SIMPLE1(fuse_args_parsed, info,
|
|
||||||
std::string, arguments, args, E_FROM_STRING
|
|
||||||
);
|
);
|
||||||
|
|
||||||
E_SIMPLE2(invalid_cache_size, warn,
|
E_SIMPLE2(invalid_cache_size, warn,
|
||||||
@ -89,6 +79,16 @@ E_SIMPLE2(packet_client_timeout, error,
|
|||||||
);
|
);
|
||||||
|
|
||||||
//FUSE
|
//FUSE
|
||||||
|
E_SIMPLE3(fuse_event, debug,
|
||||||
|
std::string, function, func, E_FROM_STRING,
|
||||||
|
std::string, api_path, ap, E_FROM_STRING,
|
||||||
|
int, result, res, E_FROM_INT32
|
||||||
|
);
|
||||||
|
|
||||||
|
E_SIMPLE1(fuse_args_parsed, info,
|
||||||
|
std::string, arguments, args, E_FROM_STRING
|
||||||
|
);
|
||||||
|
|
||||||
E_SIMPLE3(remote_fuse_server_event, debug,
|
E_SIMPLE3(remote_fuse_server_event, debug,
|
||||||
std::string, function, func, E_FROM_STRING,
|
std::string, function, func, E_FROM_STRING,
|
||||||
std::string, api_path, ap, E_FROM_STRING,
|
std::string, api_path, ap, E_FROM_STRING,
|
||||||
|
Reference in New Issue
Block a user