MCPcopy
hub / github.com/sshuttle/sshuttle / got_signal

Function got_signal

sshuttle/client.py:35–37  ·  view source on GitHub ↗
(signum, frame)

Source from the content-addressed store, hash-verified

33
34
35def got_signal(signum, frame):
36 log('exiting on signal %d' % signum)
37 sys.exit(1)
38
39
40# Filename of the pidfile created by the sshuttle client.

Callers

nothing calls this directly

Calls 1

logFunction · 0.90

Tested by

no test coverage detected