dhblock_keyhash_srv.h

来自「基于DHT的对等协议」· C头文件 代码 · 共 14 行

H
14
字号
#include <dhblock_replicated_srv.h>class dhblock_keyhash_srv : public dhblock_replicated_srv{  void real_store (chordID key, str od, str nd, u_int32_t exp, cb_dhstat cb);  void real_repair (blockID key, ptr<location> me, u_int32_t *myaux, ptr<location> them, u_int32_t *theiraux);  void delete_cb (chordID k, str d, u_int32_t v, u_int32_t exp, cb_dhstat cb, adb_status stat);public:  dhblock_keyhash_srv (ptr<vnode> node, ptr<dhashcli> cli,		       str msock, str dbsock, str dbname,		       ptr<chord_trigger_t> t);};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?