1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Expose source substitution interface.

This commit is contained in:
Bartosz Taudul
2020-04-17 18:59:24 +02:00
parent 5f22e35c26
commit 47cfb4ae35
2 changed files with 16 additions and 8 deletions
+2
View File
@@ -89,6 +89,8 @@ public:
std::string GetAddress() const { return m_worker.GetAddr(); }
int GetPort() const { return m_worker.GetPort(); }
const char* SourceSubstitution( const char* srcFile ) const;
private:
enum class Namespace : uint8_t
{