Sha256: c3bf728517b0838902bb3dc9f8c638551028549296ad34381c6fcd7576fcbd76
Contents?: true
Size: 285 Bytes
Versions: 1
Compression:
Stored size: 285 Bytes
Contents
require 'netlink_handler_ext' module God class NetlinkHandler 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
god-0.2.0 | lib/god/event_handlers/netlink_handler.rb |