Commit 98e83fa
authored
fix p/invoke on Linux (#364)
* split p/invoke method into Windows and Linux versions
* export IsProfilerAttached() when compiling with gcc
* Revert "split p/invoke method into Windows and Linux versions"
This reverts commit e0be864.
* fix shared library name in p/invoke so it works across platforms1 parent 551c5ff commit 98e83fa
File tree
2 files changed
+2
-2
lines changed- src
- Datadog.Trace.ClrProfiler.Managed
- Datadog.Trace.ClrProfiler.Native
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
0 commit comments