mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update comments of utility
This commit is contained in:
parent
b37aeff8d5
commit
1243d962b8
1 changed files with 3 additions and 2 deletions
|
@ -357,7 +357,8 @@ extern SrsPlatformInfo* srs_get_platform_info();
|
|||
// the deamon st-thread will update it.
|
||||
extern void srs_update_platform_info();
|
||||
|
||||
// network device summary
|
||||
// network device summary for each network device,
|
||||
// for example, eth0, eth1, ethN
|
||||
class SrsNetworkDevices
|
||||
{
|
||||
public:
|
||||
|
@ -398,7 +399,7 @@ extern int srs_get_network_devices_count();
|
|||
// the deamon st-thread will update it.
|
||||
extern void srs_update_network_devices();
|
||||
|
||||
// srs rtmp network summary
|
||||
// system connections, and srs rtmp network summary
|
||||
class SrsNetworkRtmpServer
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue