diff options
| author | Maciej Żenczykowski <maze@google.com> | 2021-10-15 18:06:22 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-10-15 18:06:22 +0000 |
| commit | 97e83e5e7585dab0be1d0346520e43bf6e11540f (patch) | |
| tree | a5a9c2dcd44d5b8a56163b2c09cceb6ebb93d9c3 /server/TetherControllerTest.cpp | |
| parent | bd8d0563ffdf9ff26043a2f106b41ecc38eaaee5 (diff) | |
| parent | 7584784a8c971f3ff5dccbf8caddb1350240493d (diff) | |
| download | platform_system_netd-master.tar.gz platform_system_netd-master.tar.bz2 platform_system_netd-master.zip | |
* changes:
add prio parameter to tcFilterDelDev
rename OffloadUtils to TcUtils
Diffstat (limited to 'server/TetherControllerTest.cpp')
| -rw-r--r-- | server/TetherControllerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/TetherControllerTest.cpp b/server/TetherControllerTest.cpp index e700f6056..0c72bb414 100644 --- a/server/TetherControllerTest.cpp +++ b/server/TetherControllerTest.cpp @@ -33,7 +33,7 @@ #include <netdutils/StatusOr.h> #include "IptablesBaseTest.h" -#include "OffloadUtils.h" +#include "TcUtils.h" #include "TetherController.h" using android::base::Join; |
