pos inode fffffffffffffffftffffffffn
# File lib/fluent/plugin/in_tail.rb, line 460 def read_inode @file.pos = @seek + INO_OFFSET raw = @file.read(8) raw ? raw.to_i(16) : 0 end
# File lib/fluent/plugin/in_tail.rb, line 466 def read_pos @file.pos = @seek raw = @file.read(16) raw ? raw.to_i(16) : 0 end
Generated with the Darkfish Rdoc Generator 2.