mirror of https://github.com/F-Stack/f-stack.git
Merge pull request #385 from acerlawson/patch-1
Update F-Stack_API_Reference.md
This commit is contained in:
commit
2eafbbaf81
|
@ -23,7 +23,7 @@ Initialize F-Stack,including DPDK/FreeBSD network stack, etc.
|
|||
#### ff_run
|
||||
|
||||
void ff_run(loop_func_t loop, void *arg);
|
||||
loop is a callbask function,the service logic is implemented by the user, and called by each poll of F-Stack .
|
||||
loop is a callback function,the service logic is implemented by the user, and called by each poll of F-Stack .
|
||||
|
||||
### Control API
|
||||
|
||||
|
|
Loading…
Reference in New Issue