Skip to content

Commit

Permalink
Re-enable remote deltask
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Sep 29, 2023
1 parent d51d6f5 commit 3c16457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks_required/remote_queue/src/remote_queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class Server : public TaskLib {
orig_task->task_state_,
state_id,
method);
// LABSTOR_CLIENT->DelTask(exec, orig_task);
LABSTOR_CLIENT->DelTask(exec, orig_task);
if (out_xfer.size() > 0 && out_xfer[0].data_size_ > 0) {
req.respond(std::string((char *) out_xfer[0].data_, out_xfer[0].data_size_));
} else {
Expand Down

0 comments on commit 3c16457

Please sign in to comment.