Sha256: 2b9eea666133f14e0a0b40e3d3a8849cdc49ec22debfb164097f95f33e3bdf8b
Contents?: true
Size: 316 Bytes
Versions: 12
Compression:
Stored size: 316 Bytes
Contents
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
Version data entries
12 entries across 12 versions & 3 rubygems