mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-24 15:20:47 +02:00
Rename REST start function
This commit is contained in:
@@ -14,7 +14,7 @@ ProcessManager::ProcessManager(
|
||||
}
|
||||
|
||||
|
||||
void ProcessManager::start(uint16_t rest_port)
|
||||
void ProcessManager::start_rest_api(const uint16_t rest_port)
|
||||
{
|
||||
RestApi::start_rest_api(*this, rest_port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user