Journal the PRNG seed
This commit is contained in:
parent
e1b3a8239c
commit
3de358e451
3 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
*
|
||||
* startup
|
||||
* shutdown
|
||||
* prng NAME SEED
|
||||
* login CNUM HOSTADDR USER
|
||||
* logout CNUM
|
||||
* input INPUT
|
||||
|
@ -143,6 +144,12 @@ journal_reopen(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
journal_prng(unsigned seed)
|
||||
{
|
||||
journal_entry("prng BSD %d", seed);
|
||||
}
|
||||
|
||||
void
|
||||
journal_login(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue