#include <PeerDigest.h>

Public Attributes | |
| Version | ver |
| int | capacity |
| int | count |
| int | del_count |
| int | mask_size |
| unsigned char | bits_per_entry |
| unsigned char | hash_func_count |
| short int | reserved_short |
| int | reserved [32 - 6] |
Detailed Description
Definition at line 26 of file PeerDigest.h.
Member Data Documentation
◆ bits_per_entry
| unsigned char StoreDigestCBlock::bits_per_entry |
Definition at line 34 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ capacity
| int StoreDigestCBlock::capacity |
Definition at line 30 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ count
| int StoreDigestCBlock::count |
Definition at line 31 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ del_count
| int StoreDigestCBlock::del_count |
Definition at line 32 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ hash_func_count
| unsigned char StoreDigestCBlock::hash_func_count |
Definition at line 35 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ mask_size
| int StoreDigestCBlock::mask_size |
Definition at line 33 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
◆ reserved
| int StoreDigestCBlock::reserved[32 - 6] |
Definition at line 37 of file PeerDigest.h.
◆ reserved_short
| short int StoreDigestCBlock::reserved_short |
Definition at line 36 of file PeerDigest.h.
◆ ver
| Version StoreDigestCBlock::ver |
Definition at line 29 of file PeerDigest.h.
Referenced by peerDigestSetCBlock(), and storeDigestCBlockSwapOut().
The documentation for this class was generated from the following file:
- src/PeerDigest.h
