Skip to content

Commit

Permalink
ibuf: describe why ibuf_*() functions are copied
Browse files Browse the repository at this point in the history
I wrote it mainly to clarify when the hack could be removed.

Follows up #59
  • Loading branch information
Totktonada committed Mar 28, 2022
1 parent f729621 commit 0d47862
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## memcached_ibuf

It is the copy of ibuf from the small library with renaming of the functions.
The motivatoin is to avoid possible name clash between tarantool's symbols and
the module's symbols. See [1] and [2] for details.

We can remove it, when we'll dedice to drop support of tarantool versions
affected by [1].

[1]: https://github.com/tarantool/tarantool/issues/6873
[2]: https://github.com/tarantool/memcached/issues/59#issuecomment-1081106140

0 comments on commit 0d47862

Please sign in to comment.