7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
@load base/protocols/conn
|
|
|
|
event connection_state_remove(c: connection)
|
|
{
|
|
print c;
|
|
}
|