Navigation


Changeset 1284:38e4a7c318ac in freeDiameter for extensions/rt_load_balance


Ignore:
Timestamp:
Jan 4, 2015, 1:55:57 AM (9 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Fix a number of compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_load_balance/rt_load_balance.c

    r1273 r1284  
    6969                    load /= 2;
    7070                }
     71                score = cand->score;
    7172                cand->score -= load_log;
    7273                TRACE_DEBUG(FULL, "evaluated peer `%.*s', score was %d, now %d", (int)cand->diamidlen, cand->diamid, score, cand->score);
Note: See TracChangeset for help on using the changeset viewer.