On Monday, June 13, 2011 10:51:40 PM Sven Eckelmann wrote:
From: Antonio Quartulli ordex@autistici.org
The tt_query subtype is represented by the two leading bits (lsb) of the tt_query->flags field. Therefore it cannot be handled by simple "flags" but by two bits wide integer. The TT_QUERY_TYPE_MASK is used to extract the relevant bits that can be compared to the related enum values (TT_RESPONSE, TT_REQUEST)
Applied in revision 02585b0.
Thanks, Marek