lots of work on determinism in the linux driver.
This commit is contained in:
@@ -4,10 +4,14 @@
|
||||
|
||||
#include "umm-malloc.hpp"
|
||||
|
||||
using UmmStringVec = UmmVector<UmmString>;
|
||||
|
||||
namespace drv {
|
||||
|
||||
void split_host_port(std::string_view target, UmmString &host, UmmString &port);
|
||||
|
||||
UmmStringVec parse_control_lst(std::string_view ctrl);
|
||||
|
||||
}
|
||||
|
||||
#endif // DRIVER_UTIL_HPP
|
||||
|
||||
Reference in New Issue
Block a user