about summary refs log tree commit homepage
path: root/lib/dtas/buffer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/buffer.rb')
-rw-r--r--lib/dtas/buffer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb
index 3259ca0..b03ed8a 100644
--- a/lib/dtas/buffer.rb
+++ b/lib/dtas/buffer.rb
@@ -3,6 +3,7 @@
 require 'io/wait'
 require_relative '../dtas'
 
+# pipe buffer management for -player
 class DTAS::Buffer # :nodoc:
   begin
     raise LoadError, "no splice with _DTAS_POSIX" if ENV["_DTAS_POSIX"]