Skip to content

Commit

Permalink
bocia_tcp_server
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 26, 2017
1 parent bd06ded commit 41792e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burba/sys/bocia/bocia_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void accept_handler(bocia_channel_t *ch) {
}
}

int16_t service_endpoint(uint16_t port, kernel_pid_t *target_pid) {
int16_t bocia_tcp_server(uint16_t port, kernel_pid_t *target_pid) {
//int rc = 0;
//int16_t client_fd = SL_SOC_ERROR;
if(!server_fd) {
Expand Down

0 comments on commit 41792e5

Please sign in to comment.