summaryrefslogtreecommitdiff
path: root/include/packet.h
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2015-07-24 22:22:05 +0900
committerSung-jae Park <nicesj.park@samsung.com>2015-07-24 22:22:05 +0900
commit481f592f26fa521d9aaa18082cdde745453c9af3 (patch)
tree83aeec1a67f0882a60528cc273ae832ba14b570d /include/packet.h
parentaaf2a402d048349457fbe4573bef70164848a0f4 (diff)
downloadcom-core-481f592f26fa521d9aaa18082cdde745453c9af3.tar.gz
com-core-481f592f26fa521d9aaa18082cdde745453c9af3.tar.bz2
com-core-481f592f26fa521d9aaa18082cdde745453c9af3.zip
Sync with the latest tizen 2.4
Change-Id: I96e0793552eb298334ec6483a6e4c3a1f0d12cc1
Diffstat (limited to 'include/packet.h')
-rw-r--r--include/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/packet.h b/include/packet.h
index f2cfe49..5347aa4 100644
--- a/include/packet.h
+++ b/include/packet.h
@@ -379,6 +379,7 @@ extern struct packet *packet_build(struct packet *packet, int offset, void *data
extern int packet_fd(const struct packet *packet);
extern int packet_set_fd(struct packet *packet, int fd);
+extern int packet_set_fd_close_handler_on_destroy(struct packet *packet, void (*close_cb)(int fd, void *data), void *data);
#ifdef __cplusplus
}