Fix build error. submit/tizen/20131022.044846
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:48:30 +0000 (13:48 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 22 Oct 2013 04:48:30 +0000 (13:48 +0900)
Change-Id: I5b2aa0da2afd616ab223265ba40dea4ec0d59435

src/server.c

index bbe22bb..2cf347c 100644 (file)
@@ -83,7 +83,7 @@ struct deleted_item {
        struct inst_info *inst;
 };
 
-static inline int forward_lb_event_packet(const struct pkg_info *pkg, struct inst_info *inst, const struct packet *packet)
+static int forward_lb_event_packet(const struct pkg_info *pkg, struct inst_info *inst, const struct packet *packet)
 {
        struct buffer_info *buffer;
        struct slave_node *slave;
@@ -110,7 +110,7 @@ out:
        return ret;
 }
 
-static inline int forward_pd_event_packet(const struct pkg_info *pkg, struct inst_info *inst, const struct packet *packet)
+static int forward_pd_event_packet(const struct pkg_info *pkg, struct inst_info *inst, const struct packet *packet)
 {
        struct buffer_info *buffer;
        struct slave_node *slave;