The socket option is changed to AUL_SOCK_BUNDLE from AUL_SOCK_QUEUE.
When amd gets the request, amd will change the socket option to
"AUL_SOCK_QUEUE | AUL_SOCK_BUNDLE".
Change-Id: I93629714285fdd2783c6683c4236d06f1d246314
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
int ret = AppRequest(RPC_PORT_PREPARE_STUB, uid)
.With(b)
.SetAppId(app_id)
- .SendSimply(AUL_SOCK_QUEUE);
+ .SendSimply(AUL_SOCK_BUNDLE);
if (ret < 0) {
_E("Failed to send request. app_id(%s), port_name(%s)", app_id, port_name);
return ret;