Changeset 1401:1a9c73262a88 in freeDiameter
- Timestamp:
- Dec 4, 2019, 2:25:17 AM (3 years ago)
- Branch:
- default
- Phase:
- public
- Tags:
- 1.4.0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rt_load_balance/rt_load_balance.c
r1390 r1401 118 118 if (entry->load == min_load) { 119 119 struct rtd_candidate *cand = entry->cand; 120 longold_score = cand->score;120 int old_score = cand->score; 121 121 cand->score++; 122 122 TRACE_DEBUG(FULL, "%s: boosting peer `%.*s', score was %d, now %d; load was %ld", MODULE_NAME, (int)cand->diamidlen, cand->diamid, old_score, cand->score, entry->load);
Note: See TracChangeset
for help on using the changeset viewer.