Implement stage binaries, stack locking, and logkeys

This commit is contained in:
Andrew Gutekanst
2020-02-03 22:56:54 -05:00
parent 5924db9b42
commit 4e1cef9bf3
8 changed files with 136 additions and 23 deletions

View File

@@ -24,6 +24,7 @@ type Session struct {
stageID string
stage *Stage
charID uint32
logKey []byte
}
// NewSession creates a new Session type.