commit | 98de5958cf64f76728edafc19f07a7e01878c1ee | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 20 11:45:03 2019 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 20 12:08:33 2019 +0900 |
tree | 50c90d0f04d303ddb4ebded33676a6bd71aa0e32 | |
parent | 2356fefaf8a2c6d79546a4f1c611d40b225c018f [diff] [blame] |
Move checksum code from clatd to libnetutils. This allows us to use it elsewhere, for example, in netd. Bug: 65674744 Test: builds, boots Test: atest clatd_test clatd_microbenchmark Change-Id: Ic2cea1cd658ffd23ba9fbe45cb6b28e3b5312005
diff --git a/translate.c b/translate.c index df3d020..1632753 100644 --- a/translate.c +++ b/translate.c
@@ -17,7 +17,8 @@ */ #include <string.h> -#include "checksum.h" +#include "netutils/checksum.h" + #include "clatd.h" #include "common.h" #include "config.h"