Skip to content

Commit

Permalink
Add remaining GetStreamID template specialization
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Pattaswamy <[email protected]>
  • Loading branch information
kpattaswamy committed Nov 29, 2023
1 parent 01d31e2 commit 1f64c9e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ struct ProtocolTraits : public BaseProtocolTraits<Record> {
};

} // namespace mongodb

template <>
mongodb::stream_id_t GetStreamID(mongodb::Frame* frame);
} // namespace protocols
} // namespace stirling
} // namespace px

0 comments on commit 1f64c9e

Please sign in to comment.