diff options
| author | Milind Changire <mchangir@redhat.com> | 2018-02-26 15:14:18 +0530 |
|---|---|---|
| committer | Milind Changire <mchangir@redhat.com> | 2018-02-26 15:14:38 +0530 |
| commit | 7d641313f46789ec0a7ba0cc04f504724c780855 (patch) | |
| tree | 6111a02fd1e338de69bae6acdea833c946b1fb94 /rpc/rpc-lib/src/libgfrpc.sym | |
| parent | a1e59bc8fd220b4cba038e2db2630665ba871b50 (diff) | |
rpcsvc: scale rpcsvc_request_handler threads
Scale rpcsvc_request_handler threads to match the scaling of event
handler threads.
Please refer to https://bugzilla.redhat.com/show_bug.cgi?id=1467614#c51
for a discussion about why we need multi-threaded rpcsvc request
handlers.
Change-Id: Ib6838fb8b928e15602a3d36fd66b7ba08999430b
Signed-off-by: Milind Changire <mchangir@redhat.com>
Diffstat (limited to 'rpc/rpc-lib/src/libgfrpc.sym')
| -rw-r--r-- | rpc/rpc-lib/src/libgfrpc.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/libgfrpc.sym b/rpc/rpc-lib/src/libgfrpc.sym index 89923b22192..7d878abfd4d 100644 --- a/rpc/rpc-lib/src/libgfrpc.sym +++ b/rpc/rpc-lib/src/libgfrpc.sym @@ -53,6 +53,7 @@ rpcsvc_transport_connect rpcsvc_transport_getpeeraddr rpcsvc_unregister_notify rpcsvc_volume_allowed +rpcsvc_ownthread_reconf rpc_transport_count rpc_transport_connect rpc_transport_disconnect |
