Added more errors checks to p2pool_api

This commit is contained in:
SChernykh
2023-01-13 14:43:13 +01:00
parent 5eaf5d1f51
commit 1ad3fdfd46
3 changed files with 88 additions and 29 deletions

View File

@@ -78,6 +78,7 @@ private:
static void on_fs_write(uv_fs_t* req);
static void on_fs_close(uv_fs_t* req);
static void on_fs_rename(uv_fs_t* req);
static void on_fs_error_cleanup(uv_fs_t* req);
std::string m_apiPath;
std::string m_networkPath;