class God::NetlinkHandler
Constants
- EVENT_SYSTEM
Public Class Methods
register_process(pid, events)
click to toggle source
# File lib/god/event_handlers/netlink_handler.rb, line 7 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