mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #742, refine the u_intxx_t to uintxx_t
This commit is contained in:
parent
011ac4f6a9
commit
b16ab038ce
49 changed files with 278 additions and 275 deletions
|
@ -42,14 +42,14 @@ private:
|
|||
// current selected index.
|
||||
int index;
|
||||
// total scheduled count.
|
||||
u_int32_t count;
|
||||
uint32_t count;
|
||||
// current selected server.
|
||||
std::string elem;
|
||||
public:
|
||||
SrsLbRoundRobin();
|
||||
virtual ~SrsLbRoundRobin();
|
||||
public:
|
||||
virtual u_int32_t current();
|
||||
virtual uint32_t current();
|
||||
virtual std::string selected();
|
||||
virtual std::string select(const std::vector<std::string>& servers);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue