On Friday, March 16, 2012 22:58:20 Antonio Quartulli wrote:
+/* returns true whether we know that the client has moved from its old
- originator to another one. This entry is kept is still kept for
consistency + * purposes */ +bool tt_global_client_is_roaming(struct bat_priv *bat_priv, uint8_t *addr) +{
struct tt_global_entry *tt_global_entry =
tt_global_hash_find(bat_priv, addr);
Unless you wish to feel David's wrath you should make this 2 lines.
Regards, Marek