finished part of the hosts, topos and configuration next

This commit is contained in:
2025-09-13 01:24:38 -04:00
parent 3d3d8113b2
commit 321c60bcf8
66 changed files with 2661 additions and 22 deletions

View File

@@ -0,0 +1,32 @@
# struct JobFinishedMsg
*Defined at src/hosts/mgmt_msg.h#29*
Inherits from MgmtMsg
## Members
public FlowId flow_id
public Time finished_at
## Functions
### JobFinishedMsg
*public void JobFinishedMsg(FlowId fid, Time t)*
*Defined at src/hosts/mgmt_msg.h#33*
### kind
*public MgmtKind kind()*
*Defined at src/hosts/mgmt_msg.h#36*