changed wtp_count to index (naming for more general use)

FossilOrigin-Name: cca49e531e801cdeadab8d26e3892db5c9c89c994e2d9cfa6ce91f307e4d07fb
This commit is contained in:
7u83@maiol.ru
2016-11-07 18:37:02 +00:00
parent 5bfc592a68
commit 11bbcab554
6 changed files with 8 additions and 8 deletions

View File

@ -104,7 +104,7 @@ cw_aciplist_t cw_select_ac(struct conn *conn, mbag_t discs)
/* we missuse the wtp_count to sort by
* priority and wp_count */
n->wtp_count |= prio<<16;
n->index |= prio<<16;
cw_aciplist_del(resultlist,n);
cw_aciplist_add(resultlist,n);