git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Block all signals earlie, to inherit by all nested threads
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
cap_nf
/
cap_nf.h
diff --git
a/projects/stargazer/plugins/capture/cap_nf/cap_nf.h
b/projects/stargazer/plugins/capture/cap_nf/cap_nf.h
index 3b5313530bc9d020e9af674aad0283f9f9812007..e6961643bde97479382e796375afc0bf807eb478 100644
(file)
--- a/
projects/stargazer/plugins/capture/cap_nf/cap_nf.h
+++ b/
projects/stargazer/plugins/capture/cap_nf/cap_nf.h
@@
-106,6
+106,9
@@
public:
uint16_t GetStopPosition() const { return STOP_POS; }
private:
+ NF_CAP(const NF_CAP & rvalue);
+ NF_CAP & operator=(const NF_CAP & rvalue);
+
TRAFFCOUNTER * traffCnt;
MODULE_SETTINGS settings;
pthread_t tidTCP;