forked from External/ergo
parent
a742ef9639
commit
1a98a37a75
10 changed files with 271 additions and 105 deletions
|
|
@ -27,6 +27,8 @@ type ServerSemaphores struct {
|
|||
// each distinct operation MUST have its own semaphore;
|
||||
// methods that acquire a semaphore MUST NOT call methods that acquire another
|
||||
ClientDestroy utils.Semaphore
|
||||
IPCheckScript utils.Semaphore
|
||||
AuthScript utils.Semaphore
|
||||
}
|
||||
|
||||
// Initialize initializes a set of server semaphores.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue