Skip to content

Commit

Permalink
[nozzle] rename API from tap_ to nozzle_
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Aug 3, 2018
1 parent 0bd229a commit 8ece2ad
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion libnozzle/api-test-coverage
Expand Up @@ -10,7 +10,7 @@
srcdir="$1"/libnozzle
builddir="$2"/libnozzle

headerapicalls="$(grep tap_ "$srcdir"/libnozzle.h | grep -v "^ \*" | grep -v ^struct | grep -v "^[[:space:]]" | grep -v typedef | sed -e 's/(.*//g' -e 's/^const //g' -e 's/\*//g' | awk '{print $2}')"
headerapicalls="$(grep nozzle_ "$srcdir"/libnozzle.h | grep -v "^ \*" | grep -v ^struct | grep -v "^[[:space:]]" | grep -v typedef | sed -e 's/(.*//g' -e 's/^const //g' -e 's/\*//g' | awk '{print $2}')"

exportedapicalls="$(nm -B -D "$builddir"/.libs/libnozzle.so | grep ' T ' | awk '{print $3}')"

Expand Down

0 comments on commit 8ece2ad

Please sign in to comment.