Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Framework/Core/include/Framework/FairMQDeviceProxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class FairMQDeviceProxy
[[nodiscard]] ChannelIndex getForwardChannelIndexByName(std::string const& channelName) const;
/// Retrieve the channel index from a given OutputSpec and the associated timeslice
[[nodiscard]] ChannelIndex getOutputChannelIndex(OutputSpec const& spec, size_t timeslice) const;
#if (FAIRMQ_VERSION_DEC >= 111000)
#if (FAIRMQ_VERSION_DEC >= 111000)
/// Retrieve the pointer-reconstruction function for the shm manager for a given input spec
[[nodiscard]] PointerReconstructor getShmPointerReconstructor(InputSpec const& spec, size_t timeslice);
#endif
Expand Down