Skip to content

Commit f8377d0

Browse files
committed
Fix accumulate ASN1
1 parent d8ff52e commit f8377d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

accumulate/accumulate.asn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AccumulateModule DEFINITIONS ::= BEGIN
44

55
IMPORTS
66
TimeSlot, ServiceId, ServiceInfo, WorkReport, OpaqueHash, ByteSequence,
7-
Entropy, ReadyQueue, AccumulatedQueue, Privileges, AccumulateRoot
7+
Entropy, ReadyQueue, AccumulatedQueue, Privileges, AccumulateRoot, ServicesStatistics
88
FROM JamTypes;
99

1010

@@ -32,6 +32,7 @@ State ::= SEQUENCE {
3232
ready-queue ReadyQueue,
3333
accumulated AccumulatedQueue,
3434
privileges Privileges,
35+
statistics ServicesStatistics,
3536
-- [δ] Relevant services account data. Refer to T(σ) in GP Appendix D.
3637
accounts SEQUENCE OF AccountsMapEntry
3738
}

0 commit comments

Comments
 (0)