usenetdht_storage.x

来自「chord 源码 http://pdos.csail.mit.edu/chor」· X 代码 · 共 22 行

X
22
字号
%#include <chord_types.h>struct article_mapping {  u_int32_t	artno;  string	msgid<>;  chordID	blkid;};struct group_entry {  /* Invariant: articles are sorted in increasing order of artno */  article_mapping articles<>;};struct article_overview {  str subject;  str from;  str date;  str msgid;  str references;  u_int32_t lines;};

⌨️ 快捷键说明

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