git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Default scripts search path changed for rscriptd
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
divert_freebsd
/
divert_cap.h
diff --git
a/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
b/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
index 645610ebfaa4c1bc9dfda8783fbc09966deb31ed..62a78a439c0430497bc69dfbb6870027c12444d1 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.h
@@
-48,12
+48,7
@@
public:
DIVERT_CAP();
virtual ~DIVERT_CAP() {}
DIVERT_CAP();
virtual ~DIVERT_CAP() {}
- void SetUsers(USERS *) {}
- void SetTariffs(TARIFFS *) {}
- void SetAdmins(ADMINS *) {}
void SetTraffcounter(TRAFFCOUNTER * tc) { traffCnt = tc; }
void SetTraffcounter(TRAFFCOUNTER * tc) { traffCnt = tc; }
- void SetStore(STORE *) {}
- void SetStgSettings(const SETTINGS *) {}
int Start();
int Stop();
int Start();
int Stop();
@@
-64,10
+59,13
@@
public:
int ParseSettings();
const std::string & GetStrError() const { return errorStr; }
const std::string GetVersion() const;
int ParseSettings();
const std::string & GetStrError() const { return errorStr; }
const std::string GetVersion() const;
- uint16_t GetStartPosition() const { return
1
0; }
- uint16_t GetStopPosition() const { return
1
0; }
+ uint16_t GetStartPosition() const { return
4
0; }
+ uint16_t GetStopPosition() const { return
4
0; }
private:
private:
+ DIVERT_CAP(const DIVERT_CAP & rvalue);
+ DIVERT_CAP & operator=(const DIVERT_CAP & rvalue);
+
static void * Run(void *);
int DivertCapOpen();
static void * Run(void *);
int DivertCapOpen();
@@
-76,8
+74,6
@@
private:
int DivertCapRead(char * buffer, int blen, char ** iface, int n);
int DivertCapClose();
int DivertCapRead(char * buffer, int blen, char ** iface, int n);
int DivertCapClose();
- int ParseIntInRange(const std::string & str, int min, int max, int * val);
-
MODULE_SETTINGS settings;
int port;
MODULE_SETTINGS settings;
int port;