# File lib/new_relic/agent/pipe_channel_manager.rb, line 154
        def register_pipe(id)
          @pipes_lock.synchronize do
            @pipes[id] = Pipe.new
          end

          wakeup
        end