mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Make macro system and PTY test leaf
This commit is contained in:
@@ -10,7 +10,7 @@ use crate::{DeserializeError, SerializeError};
|
||||
/// path. `procedure_id` is therefore a compact numeric contract id instead of a
|
||||
/// string label; application code can maintain its own id-to-name table outside the
|
||||
/// hot packet path if it needs human-readable names.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Packet {
|
||||
pub hook_id: u16,
|
||||
pub end_hook: bool,
|
||||
|
||||
Reference in New Issue
Block a user