add debug logging to ticket generation for debugging
This commit is contained in:
parent
b6b7d2559d
commit
4ad883a54d
10 changed files with 223 additions and 127 deletions
|
|
@ -161,7 +161,7 @@ impl TicketInternalData {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Pod, Zeroable, Copy, Clone)]
|
||||
#[derive(Pod, Zeroable, Debug, Copy, Clone)]
|
||||
#[repr(C, packed)]
|
||||
pub struct Ticket {
|
||||
pub session_key: [u8; SESSION_KEY_LENGTH],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue