diff options
author | Mole Shang <[email protected]> | 2024-03-02 18:42:28 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-03-02 18:42:28 +0800 |
commit | 3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346 (patch) | |
tree | 4f6b5850a79e8831474d25cf6c86b3d4ab1a3d30 /src/process_url.h | |
parent | ce6c2dcbaff65ef5f9f817f3a8c50c8a1a8094eb (diff) | |
download | hinata-3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346.tar.gz hinata-3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346.tar.bz2 hinata-3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346.zip |
process_url: merge_and_cleanup: do not block ui thread
Diffstat (limited to 'src/process_url.h')
-rw-r--r-- | src/process_url.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_url.h b/src/process_url.h index 76fe574..5b2542c 100644 --- a/src/process_url.h +++ b/src/process_url.h @@ -24,6 +24,7 @@ typedef struct curl_conf { char *outfn; str_array_t partfn; FILE *fplist[MAX_THREAD]; + bool need_callback; } curl_conf_t; typedef struct thrd_info { |