10 lines
151 B
Text
10 lines
151 B
Text
![]() |
module ThroughputModule
|
||
|
{
|
||
|
struct DataType
|
||
|
{
|
||
|
unsigned long long count;
|
||
|
sequence<octet> payload;
|
||
|
};
|
||
|
#pragma keylist DataType
|
||
|
};
|