Sha256: ea64628c820ade76d37e5386847a94f18ffea436542688ee845cfaf16feda0be

Contents?: true

Size: 347 Bytes

Versions: 2

Compression:

Stored size: 347 Bytes

Contents

# frozen_string_literal: true

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

2 entries across 2 versions & 1 rubygems

Version Path
resurrected_god-1.1.1 lib/god/event_handlers/netlink_handler.rb
resurrected_god-1.1.0 lib/god/event_handlers/netlink_handler.rb