mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user