We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee9800 commit 0d496abCopy full SHA for 0d496ab
1 file changed
Framework/Core/include/Framework/FairMQDeviceProxy.h
@@ -65,7 +65,7 @@ class FairMQDeviceProxy
65
[[nodiscard]] ChannelIndex getForwardChannelIndexByName(std::string const& channelName) const;
66
/// Retrieve the channel index from a given OutputSpec and the associated timeslice
67
[[nodiscard]] ChannelIndex getOutputChannelIndex(OutputSpec const& spec, size_t timeslice) const;
68
- #if (FAIRMQ_VERSION_DEC >= 111000)
+#if (FAIRMQ_VERSION_DEC >= 111000)
69
/// Retrieve the pointer-reconstruction function for the shm manager for a given input spec
70
[[nodiscard]] PointerReconstructor getShmPointerReconstructor(InputSpec const& spec, size_t timeslice);
71
#endif
0 commit comments