Files
scylladb/api/lsa.hh
Tomasz Grabiec 9a1ee1b96a api: Introduce RESTful API for LSA
To force compaction, invoke:

  $ curl -X POST http://localhost:10000/lsa/compact
2015-08-06 16:50:15 +02:00

14 lines
140 B
C++

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