Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit e692a8983eebd567598727cd1d5cb1495c11a1fb Author: Simon Wunderlich sw@simonwunderlich.de Date: Sun Jan 15 19:34:17 2012 +0000
doc: batman-adv/TT-Flags
e692a8983eebd567598727cd1d5cb1495c11a1fb batman-adv/TT-Flags.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/TT-Flags.textile b/batman-adv/TT-Flags.textile index 56a8d21c..3facad9b 100644 --- a/batman-adv/TT-Flags.textile +++ b/batman-adv/TT-Flags.textile @@ -8,10 +8,10 @@ This section describes the flags used in the TT code, what they mean and where t
h3. TT_CLIENT_DEL
-_used in OGM, tt_local_ +_used in OGM_
The TT_CLIENT_DEL flag is used in the OGM tt_change entries to distinguish whether the entry should be added (no DEL flag set) or deleted (DEL flag set). -It is also set with the TT_CLIENT_PENDING flag to mark a tt_local entry for deletion internally. +It is also set with the TT_CLIENT_PENDING flag to pass this information between functions internally.
h3. TT_CLIENT_ROAM