Changeset 6835 for source/ariba/overlay/BaseOverlay.h
- Timestamp:
- Nov 5, 2009, 10:18:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/overlay/BaseOverlay.h
r6822 r6835 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 );281 void dhtPut( const Data& key, const Data& value, int ttl = 0, bool replace = false); 282 282 283 283 /// removes a key value pair from the DHT
Note:
See TracChangeset
for help on using the changeset viewer.