multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
175 stars 39 forks source link

Mark network monitor factory functions as private. #253

Closed ossama-othman closed 2 years ago

ossama-othman commented 2 years ago

Move mptcpd_nm_create(), mptcpd_nm_destroy(), and related notify flags to a new <mptcpd/private/network_monitor.h> header. They are only meant for internal mptcpd use.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2835282728

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2821836556: 0.0%
Covered Lines: 1376
Relevant Lines: 2130

💛 - Coveralls