Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trackrdrd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
trackrdrd
Commits
5b595f9f
Commit
5b595f9f
authored
Nov 30, 2012
by
Geoff Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trackrdrd: added debug output to worker threads after successful send
parent
21c041d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
worker.c
trackrdrd/src/worker.c
+2
-0
No files found.
trackrdrd/src/worker.c
View file @
5b595f9f
...
...
@@ -79,6 +79,8 @@ wrk_send(void *amq_worker, dataentry *entry, worker_data_t *wrk)
else
{
wrk
->
sends
++
;
MON_StatsUpdate
(
STATS_SENT
);
LOG_Log
(
LOG_DEBUG
,
"Worker %d: Successfully sent data [%.*s]"
,
wrk
->
id
,
entry
->
end
,
entry
->
data
);
}
entry
->
state
=
DATA_EMPTY
;
/* From Varnish vmb.h -- platform-independent write memory barrier */
...
...
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