Ignore:
Timestamp:
Nov 5, 2009, 10:18:18 AM (14 years ago)
Author:
mies
Message:

added replace flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/BaseOverlay.h

    r6822 r6835  
    279279
    280280        /// put a value to the DHT with a ttl given in seconds
    281         void dhtPut( const Data& key, const Data& value, int ttl = 0);
     281        void dhtPut( const Data& key, const Data& value, int ttl = 0, bool replace = false);
    282282
    283283        /// removes a key value pair from the DHT
Note: See TracChangeset for help on using the changeset viewer.