Merge pull request #385 from acerlawson/patch-1

Update F-Stack_API_Reference.md
dev
logwang 2019-05-29 02:34:28 -05:00 committed by GitHub
commit 2eafbbaf81
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Initialize F-Stackincluding DPDK/FreeBSD network stack, etc.
#### ff_run
void ff_run(loop_func_t loop, void *arg);
loop is a callbask functionthe service logic is implemented by the user, and called by each poll of F-Stack .
loop is a callback functionthe service logic is implemented by the user, and called by each poll of F-Stack .
### Control API