forked from premiere/premiere-libtorrent
fix stats_metric enum to end up in documentation
This commit is contained in:
parent
219846fc3d
commit
07d45329ea
|
@ -46,8 +46,8 @@ namespace libtorrent
|
||||||
{
|
{
|
||||||
char const* name;
|
char const* name;
|
||||||
int value_index;
|
int value_index;
|
||||||
enum { type_counter, type_gauge };
|
enum metric_type_t { type_counter, type_gauge };
|
||||||
int type;
|
metric_type_t type;
|
||||||
};
|
};
|
||||||
|
|
||||||
// This free function returns the list of available metrics exposed by
|
// This free function returns the list of available metrics exposed by
|
||||||
|
|
Loading…
Reference in New Issue