Skip to content

Commit

Permalink
Merge pull request #180 from adaraiseh/oper_tc
Browse files Browse the repository at this point in the history
  • Loading branch information
adaraiseh authored Aug 28, 2024
2 parents e6351e0 + f919957 commit 5f84c41
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 256 deletions.
1 change: 1 addition & 0 deletions src/iproute2_sysrepo.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ int main(int argc, char **argv)
{
int ret;
int monitor = 1;
tc_core_init(); /* to initilize tick_in_usec needed by tc*/
if (argc <= 2) {
if (argc == 2) {
if (!strcmp(argv[1], "--no-monitor")) {
Expand Down
Loading

0 comments on commit 5f84c41

Please sign in to comment.