Changeset 6874 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Nov 6, 2009, 12:57:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r6854 r6874 279 279 280 280 /// put a value to the DHT with a ttl given in seconds 281 void dhtPut( const Data& key, const Data& value, int ttl = 0, bool replace = false );281 void dhtPut( const Data& key, const Data& value, int ttl = 0, bool replace = false, bool no_local_refresh = false); 282 282 283 283 /// removes a key value pair from the DHT
Note:
See TracChangeset
for help on using the changeset viewer.