summaryrefslogtreecommitdiff
path: root/include/net/fou.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fou.h')
0 files changed, 0 insertions, 0 deletions
b28'>net parent322a8b034003c0d46d39af85bf24fee27b902f48 (diff)
batman-adv: hash_add() has to discriminate on the return value
hash_add() returns 0 on success while returns -1 either on error and on entry already present. The caller could use such information to select its behaviour. For this reason it is useful that hash_add() returns -1 in case on error and returns 1 in case of entry already present. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net')