On Sunday, October 07, 2012 03:30:31 Antonio Quartulli wrote:
@@ -327,6 +330,8 @@ int handle_loglevel(char *mesh_iface, int argc, char **argv) "messages related to translation table operations", "tt"); printf("[%c] %s (%s)\n", (log_level & BIT(3)) ? 'x' : ' ', "messages related to bridge loop avoidance", "bla");
printf("[%c] %s (%s)\n", (log_level & 16) ? 'x' : ' ',
"messages related to arp snooping and distributetd arp table", "dat");
out: free(path_buff);
How about using BIT(4) like in the rest of the patch ?
Cheers, Marek