diff options
author | Zhidao HONG <z.hong@f5.com> | 2021-08-12 17:39:00 +0800 |
---|---|---|
committer | Zhidao HONG <z.hong@f5.com> | 2021-08-12 17:39:00 +0800 |
commit | 48a9399f23b9aaa2c9e5deb8013c58313e76740e (patch) | |
tree | 91409993f842fe8e38d28d985b534a1436132285 /src/nxt_buf.h | |
parent | 598f1493f6cbcd2a680b4f01ca7490e06092f5e2 (diff) | |
download | unit-48a9399f23b9aaa2c9e5deb8013c58313e76740e.tar.gz unit-48a9399f23b9aaa2c9e5deb8013c58313e76740e.tar.bz2 |
Introduced the generic API nxt_buf_dummy_completion().
No functional changes.
Diffstat (limited to 'src/nxt_buf.h')
-rw-r--r-- | src/nxt_buf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nxt_buf.h b/src/nxt_buf.h index 25e8499a..5121d659 100644 --- a/src/nxt_buf.h +++ b/src/nxt_buf.h @@ -288,4 +288,10 @@ nxt_buf_cpystr(nxt_buf_t *b, const nxt_str_t *str) } +nxt_inline void +nxt_buf_dummy_completion(nxt_task_t *task, void *obj, void *data) +{ +} + + #endif /* _NXT_BUF_H_INCLIDED_ */ |