about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index b2eb7ad..fb05318 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -60,6 +60,7 @@ module Zbatery
 
     # no-op
     def maintain_worker_count; end
+    def init_self_pipe!; end
 
     # can't just do a graceful exit if reopening logs fails, so we just
     # continue on...
@@ -71,6 +72,10 @@ module Zbatery
         logger.error "failed reopening logs #{e.message}"
     end
 
+    def trap_deferred(sig)
+      # nothing
+    end
+
     def join
       begin
         trap(:INT) { stop(false) } # Mongrel trapped INT for Win32...