1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
//! Definition of messages exchanged by the transport layer.
use crateuuid;
// __ __
// | \/ | ___ ___ ___ __ _ __ _ ___ ___
// | |\/| | / _ \ / __| / __| / _` | / _` | / _ \ / __|
// | | | | | __/ \__ \ \__ \ | (_| | | (_| | | __/ \__ \
// |_| |_| \___| |___/ |___/ \__,_| \__, | \___| |___/
// |___/
/// Represents acceptance to execute a task.
/// Represents acceptance to execute a task.
/// Represents the delegation and execution status.