mirror of
https://github.com/corda/corda.git
synced 2025-06-14 21:28:14 +00:00
break out signal handling from System
This commit is contained in:
committed by
Joshua Warner
parent
5ffdfecdc2
commit
730dade53e
@ -33,7 +33,7 @@ public:
|
||||
Architecture* arch;
|
||||
|
||||
BasicEnv():
|
||||
s(makeSystem(0)),
|
||||
s(makeSystem()),
|
||||
heap(makeHeap(s, 32 * 1024)),
|
||||
arch(makeArchitectureNative(s, true))
|
||||
{
|
||||
|
Reference in New Issue
Block a user