ssb: Add entries to the blob wants cache when requesting a missing blob from the web. #120
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 34m7s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 34m7s
This commit is contained in:
@@ -599,4 +599,11 @@ typedef struct _tf_ssb_identity_info_t
|
||||
*/
|
||||
tf_ssb_identity_info_t* tf_ssb_db_get_identity_info(tf_ssb_t* ssb, const char* user, const char* package_owner, const char* package_name);
|
||||
|
||||
/**
|
||||
** Add or update a blob wants cache entry.
|
||||
** @param db The database.
|
||||
** @param id The wanted blob ID.
|
||||
*/
|
||||
void tf_ssb_db_add_blob_wants(sqlite3* db, const char* id);
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user