dhblock_keyhash_srv.h

来自「chord 源码 http://pdos.csail.mit.edu/chor」· C头文件 代码 · 共 13 行

H
13
字号
#include <dhblock_replicated_srv.h>class dhblock_keyhash_srv : public dhblock_replicated_srv{  void real_store (chordID key, str od, str nd, 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, cb_dhstat cb, adb_status stat);public:  dhblock_keyhash_srv (ptr<vnode> node, ptr<dhashcli> cli,		       str desc, str dbname, str dbext, cbv donecb);};

⌨️ 快捷键说明

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