@@ -22,6 +22,7 @@ typedef struct _qi_list_t qi_list_t;
struct _qi_list_t {
void **data;
+
qi_size_t length;
};