ReopenableFilesExt.this

Constructor.

Optionally registers this extension with the signal extension and activates the handling of the specified signal, which will cause the registered files to be reopened. For this to happen, a non-null signal_ext and a non-zero reopen_signal must be supplied.

class ReopenableFilesExt
this
(,
int reopen_signal = SIGHUP
)

Parameters

signal_ext SignalExt

SignalExt instance to register with (defaults to null)

reopen_signal int

signal to trigger reopening of registered files (defaults to SIGHUP, and considered only if non-zero and signal_ext is non-null)

Meta