mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-02 08:02:23 +03:00
comment removed
This commit is contained in:
parent
3673cd2551
commit
8ad5333534
@ -30,7 +30,7 @@ pub struct ProcessState {
|
||||
pub contexts: HashMap<u64, (t::ProcessContext, JoinHandle<()>)>,
|
||||
pub message_queue: VecDeque<Result<t::KernelMessage, t::WrappedSendError>>,
|
||||
pub caps_oracle: t::CapMessageSender,
|
||||
pub next_message_caps: Option<Vec<t::Capability>>, // TODO might need to be a HashMap with sigs...
|
||||
pub next_message_caps: Option<Vec<t::Capability>>,
|
||||
}
|
||||
|
||||
pub struct ProcessWasi {
|
||||
|
Loading…
Reference in New Issue
Block a user