Files
scylladb/api/hinted_handoff.hh
2015-07-22 18:03:42 +03:00

14 lines
151 B
C++

/*
* Copyright 2015 Cloudius Systems
*/
#pragma once
#include "api.hh"
namespace api {
void set_hinted_handoff(http_context& ctx, routes& r);
}