commit | b601c04f77924d09ffc377ec7c07a3c7e311b27a | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Dec 30 04:15:53 2019 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jan 06 14:29:17 2020 +0000 |
tree | ee0f26aa4086a89553e6da5f2ce612d014786e2c | |
parent | dec83c74cacd37d0c25352e331748b55fcfa87c1 [diff] |
eliminate bpf_progs/netd.h (via cut'n'paste into netd.c) This file isn't used anywhere else, and the things it contains should either be in the netd.c implementation or in a different header file shared with netd's C++ code. Step one eliminates it, and moves its content into the .c program. Test: builds, atest Bug: 146787904 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I53348bda8c8e84210735a3324fbb6f48396c8427