lib/god/event_handlers/netlink_handler.rb in god-0.11.0 vs lib/god/event_handlers/netlink_handler.rb in god-0.12.0
- old
+ new
@@ -1,13 +1,13 @@
require 'netlink_handler_ext'
module God
class NetlinkHandler
EVENT_SYSTEM = "netlink"
-
+
def self.register_process(pid, events)
# netlink doesn't need to do this
# it just reads from the eventhandler actions to see if the pid
# matches the list we're looking for -- Kev
end
end
-end
\ No newline at end of file
+end