File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 192192
193193.. c:function:: int box_session_push(const char *data, const char *data_end)
194194
195- **Deprecated since: ** 3.0
195+ .. warning ::
196+
197+ **Deprecated since: ** 3.0
196198
197199 Since version :doc: `2.4.1 </release/2.4.1 >`. Push MessagePack data into
198200 a session data channel -- socket, console or
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ box.session.push()
1010
1111.. function :: box.session.push(message [, sync])
1212
13- **Deprecated since: ** 3.0
13+ .. warning ::
14+
15+ **Deprecated since: ** 3.0
1416
1517 Generate an out-of-band message. By "out-of-band" we mean an extra
1618 message which supplements what is passed in a network via the usual
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ box.session.push deprecation
55
66Option: ``box_session_push_deprecation ``
77
8- Starting from version 3.0, Lua API function :ref: `box.session.push() `
9- and C API function :ref: `box_session_push() ` are deprecated.
8+ Starting from version 3.0, Lua API function :ref: `box.session.push() < box_session-push > `
9+ and C API function :ref: `box_session_push() < box_box_session_push > ` are deprecated.
1010
1111Old and new behavior
1212--------------------
You can’t perform that action at this time.
0 commit comments