Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
bwmtools
bwmtools
Commits
2cb4135f
Commit
2cb4135f
authored
Jan 19, 2005
by
Nigel Kukard
Browse files
* Small bugfix in bounds of prio
parent
72a4dc65
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/flow.h
View file @
2cb4135f
...
...
@@ -59,7 +59,7 @@ struct pktQueue_t
{
GMutex
*
lock
;
long
int
prio
;
unsigned
char
prio
;
struct
flow_t
*
parentFlow
;
// void* because we cannot ref below?
...
...
@@ -69,7 +69,7 @@ struct pktQueue_t
long
int
curLen
;
long
int
maxSize
;
long
int
maxLen
;
GList
*
packets
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment