mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
0777d16e78
commit
05a382b1a8
@@ -23,7 +23,11 @@ class Noux::Armed_timeout : Noncopyable
|
||||
{
|
||||
public:
|
||||
|
||||
struct State : Noncopyable { bool timed_out { }; };
|
||||
struct State : Noncopyable
|
||||
{
|
||||
State() { }
|
||||
bool timed_out { };
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user