Rename "queue_item.item_id" to "queue_item.id"

This commit is contained in:
chme
2016-12-03 08:03:19 +01:00
parent eb896a1085
commit 6c6f02fdfa
5 changed files with 42 additions and 42 deletions

View File

@@ -376,9 +376,9 @@ struct directory_enum {
struct db_queue_item
{
/* Item-Id is a unique id for this queue item. If the same item appears multiple
/* A unique id for this queue item. If the same item appears multiple
times in the queue each corresponding queue item has its own id. */
uint32_t item_id;
uint32_t id;
/* Id of the file/item in the files database */
uint32_t file_id;