Module: Systemd::Journal::Native

Extended by:
FFI::Library
Defined in:
lib/systemd/journal/native.rb

Overview

Provides the FFI bindings to the native libsystemd-journal shared library.

Class Method Summary collapse

Class Method Details

.open_container?Boolean

Returns:

  • (Boolean)


17
18
19
# File 'lib/systemd/journal/native.rb', line 17

def self.open_container?
  @has_open_container
end