python compiles
Some checks failed
Build on RHEL8 / build (push) Failing after 1m19s
Build on RHEL9 / build (push) Failing after 4m7s

This commit is contained in:
2025-11-19 15:32:02 +01:00
parent f0bd9dd0b3
commit f4c1395319
3 changed files with 10 additions and 4 deletions

View File

@@ -19,6 +19,9 @@ void init_det(py::module &m) {
using sls::ns;
using sls::Positions;
using sls::Result;
using sls::RegisterAddress;
using sls::RegisterValue;
using sls::BitPosition;
m.def("freeSharedMemory", (void (*)(const int, const int)) &sls::freeSharedMemory, py::arg() = 0, py::arg() = -1);