projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3285e2
)
Fix wrong func name
12/186212/1
author
mk5004.lee
<mk5004.lee@samsung.com>
Wed, 8 Aug 2018 06:00:15 +0000
(15:00 +0900)
committer
mk5004.lee
<mk5004.lee@samsung.com>
Wed, 8 Aug 2018 06:00:15 +0000
(15:00 +0900)
- notification_ipc_get_socket_write_buf_size
Change-Id: I1fb2e9e49d41925787f40d43ee10e3ed61c0821a
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
src/notification_ipc_socket.c
patch
|
blob
|
history
diff --git
a/src/notification_ipc_socket.c
b/src/notification_ipc_socket.c
index fa443569f429cfa627e9f44b3b305923af62dc75..cc1ce4a415665d0cb6d5c504c5efda74b4f74143 100644
(file)
--- a/
src/notification_ipc_socket.c
+++ b/
src/notification_ipc_socket.c
@@
-69,7
+69,7
@@
EXPORT_API int notification_ipc_socket_get_read_buf_size(int fd, unsigned int *s
return __get_socket_buffer_size(fd, size, SO_RCVBUF);
}
-EXPORT_API int notification_ipc_
get_sock
et_write_buf_size(int fd, unsigned int *size)
+EXPORT_API int notification_ipc_
socket_g
et_write_buf_size(int fd, unsigned int *size)
{
return __get_socket_buffer_size(fd, size, SO_SNDBUF);
}