Files
mirror_zfs/cmd
Isaac Huang 312f82ce65 sighandler() should take 2 arguments
Stopping arcstat.py with ^C always ends up with error:
TypeError: sighandler() takes no arguments (2 given)

Since no special signal handling was done in sighandler(),
it's simpler to just set SIGINT handler to SIG_DFL, which
terminates the script.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Isaac Huang <he.huang@intel.com>
Closes #2179
2014-03-20 11:03:46 -07:00
..
2013-11-08 14:30:29 -08:00
2013-01-09 16:54:58 -08:00
2013-12-19 10:37:31 -08:00
2013-12-18 16:46:35 -08:00
2014-01-29 15:11:56 -08:00
2013-12-18 16:46:35 -08:00
2013-10-25 14:52:45 -07:00