--- embedaddon/istgt/src/istgt_queue.h 2012/02/21 16:42:02 1.1.1.1 +++ embedaddon/istgt/src/istgt_queue.h 2012/10/09 09:13:23 1.1.1.2 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2010 Daisuke Aoyama . + * Copyright (C) 2008-2012 Daisuke Aoyama . * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,6 +34,7 @@ typedef struct istgt_queue_t { struct istgt_queue_t *prev; struct istgt_queue_t *next; void *elem; + int num; } ISTGT_QUEUE; typedef ISTGT_QUEUE *ISTGT_QUEUE_Ptr;