2 ==================================================================================
3 Copyright (c) 2019 Nokia
4 Copyright (c) 2018-2019 AT&T Intellectual Property.
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
10 http://www.apache.org/licenses/LICENSE-2.0
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 ==================================================================================
21 Mnemonic rmr_close.3.xfm
22 Abstract The manual page for the rmr_close function.
23 Author E. Scott Daniels
28 .im &{lib}/man/setup.im
32 &h1(RMR Library Functions)
41 void rmr_close( void* vctx )
47 The &cw(rmr_close) function closes the listen socket effectively cutting the application
49 The route table listener is also stopped.
50 Calls to rmr_rcv_msg() will fail with unpredictable error codes, and calls to rmr_send_msg(),
51 rmr_call(), and rmr_rts_msg() will have unknown results.