MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / bPload

Class bPload

keyhunt.cpp:85–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85struct bPload {
86 uint32_t threadid;
87 uint64_t from;
88 uint64_t to;
89 uint64_t counter;
90 uint64_t workload;
91 uint32_t aux;
92 uint32_t finished;
93};
94
95#if defined(_WIN64) && !defined(__CYGWIN__)
96#define PACK( __Declaration__ ) __pragma( pack(push, 1) ) __Declaration__ __pragma( pack(pop))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected