Skip to content

Commit e4d43f2

Browse files
generatedunixname537391475639613meta-codesync[bot]
authored andcommitted
fbcode/katran/lib/KatranMonitor.h
Reviewed By: tagrawal03 Differential Revision: D84137858 fbshipit-source-id: f843ca23a54224d23ba01b14b94f32580d6b29ff
1 parent 0f6ad27 commit e4d43f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

katran/lib/KatranMonitor.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ class KatranMonitor {
4646

4747
~KatranMonitor();
4848

49+
KatranMonitor(const KatranMonitor&) = delete;
50+
KatranMonitor& operator=(const KatranMonitor&) = delete;
51+
KatranMonitor(KatranMonitor&&) = delete;
52+
KatranMonitor& operator=(KatranMonitor&&) = delete;
53+
4954
void stopMonitor();
5055

5156
void restartMonitor(uint32_t limit, std::optional<PcapStorageFormat> storage);

0 commit comments

Comments
 (0)