Changeset a9c6b966 in mainline for uspace/srv/net/tl/tcp/tcp.c


Ignore:
Timestamp:
2010-11-19T22:04:12Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0b4a67a, fdbc3ff
Parents:
a7811f17 (diff), 1bfd3d3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge netstart removal and doxytag cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp.c

    ra7811f17 ra9c6b966  
    224224 * @param[in] client_connection The client connection processing function. The
    225225 *                      module skeleton propagates its own one.
    226  * @returns             EOK on success.
    227  * @returns             ENOMEM if there is not enough memory left.
     226 * @return              EOK on success.
     227 * @return              ENOMEM if there is not enough memory left.
    228228 */
    229229int tcp_initialize(async_client_conn_t client_connection)
     
    12221222 * @param[out] answer_count The last parameter for the actual answer in the
    12231223 *                      answer parameter.
    1224  * @returns             EOK on success.
    1225  * @returns             ENOTSUP if the message is not known.
     1224 * @return              EOK on success.
     1225 * @return              ENOTSUP if the message is not known.
    12261226 *
    12271227 * @see tcp_interface.h
     
    24942494/** Starts the module.
    24952495 *
    2496  * @returns             EOK on success.
    2497  * @returns             Other error codes as defined for each specific module
     2496 * @return              EOK on success.
     2497 * @return              Other error codes as defined for each specific module
    24982498 *                      start function.
    24992499 */
Note: See TracChangeset for help on using the changeset viewer.