diff options
| author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-03-25 21:41:10 +0700 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2019-03-27 08:56:21 +0100 | 
| commit | ccf7c7c8872bc26fd32441bf93074820864f3ab6 (patch) | |
| tree | 3bd9af75fd7b79df446104a0abbdcba71e27c0d9 | |
| parent | bc29b2660ff61a274adb50e09986106416a8e94a (diff) | |
logging_gsmtap.c: document all params of log_target_create_gsmtap()
Change-Id: Id7bd6b4fb4be571af351f77aa4a59b9e1076434f
| -rw-r--r-- | src/logging_gsmtap.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/logging_gsmtap.c b/src/logging_gsmtap.c index 98d2aad3..bd642715 100644 --- a/src/logging_gsmtap.c +++ b/src/logging_gsmtap.c @@ -117,7 +117,11 @@ static void _gsmtap_raw_output(struct log_target *target, int subsys,  }  /*! Create a new logging target for GSMTAP logging + *  \param[in] host remote host to send the logs to + *  \param[in] port remote port to send the logs to   *  \param[in] ident string identifier + *  \param[in] ofd_wq_mode register osmo_wqueue (1) or not (0) + *  \param[in] add_sink add GSMTAP sink or not   *  \returns Log target in case of success, NULL in case of error   */  struct log_target *log_target_create_gsmtap(const char *host, uint16_t port, | 
