Method: ContentServer::FileCopyClient#reset_copy

Defined in:
lib/content_server/queue_copy.rb

#reset_copy(checksum, new_offset) ⇒ Object



270
271
272
# File 'lib/content_server/queue_copy.rb', line 270

def reset_copy(checksum, new_offset)
  handle_message([:RESET_RESUME_COPY, [checksum, new_offset]])
end