Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ras-devel
FLAG
Commits
f6a34f0c
Commit
f6a34f0c
authored
Jun 11, 2019
by
Mitch Burnett
Browse files
Add comments explainging some of the new binfo variables
parent
bac52409
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
versions/scalloping/src/flag_net_thread.c
versions/scalloping/src/flag_net_thread.c
+2
-2
No files found.
versions/scalloping/src/flag_net_thread.c
View file @
f6a34f0c
...
...
@@ -61,8 +61,8 @@ typedef struct {
int
initialized
;
// Boolean to indicate that block has been initialized
int32_t
self_xid
;
// Xengine ID for this block
uint64_t
mcnt_start
;
// The starting mcnt for this block
uint64_t
mcnt_log_late
;
int
out_of_seq_cnt
;
uint64_t
mcnt_log_late
;
// Counter for logging late mcnts
int
out_of_seq_cnt
;
// Counter for number of times an out of seq pkt arrives
int
cur_block_idx
;
// Current block idx to fill
int
last_filled
;
// Last filed block idx (consider changing to blk_last_fill
int
packet_count
[
N_INPUT_BLOCKS
];
// Packet counter for each block
...
...
Write
Preview
Markdown
is supported
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