diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-09-23 09:40:54 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-09-23 09:40:54 +0000 |
commit | 271260ce0b2fd4550b3c5ec957e4f62d95d7b304 (patch) | |
tree | ef9e74a9349fd0897cf780b7b742d98638ab67d2 /src/include/gnunet_gnsrecord_lib.h | |
parent | e1115f4cbe0027380c5b60ef59927882ec61f7c7 (diff) |
removing unused "RF_PENDING" flag
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r-- | src/include/gnunet_gnsrecord_lib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h index 3713d8d11f..e9b1bb8687 100644 --- a/src/include/gnunet_gnsrecord_lib.h +++ b/src/include/gnunet_gnsrecord_lib.h @@ -104,10 +104,10 @@ enum GNUNET_GNSRECORD_Flags GNUNET_GNSRECORD_RF_PRIVATE = 2, /** - * This record was added automatically by the system - * and is pending user confimation. + * This flag is currently unused; former RF_PENDING flag + * + * GNUNET_GNSRECORD_RF_UNUSED = 4, */ - GNUNET_GNSRECORD_RF_PENDING = 4, /** * This expiration time of the record is a relative |