Changeset be12474 in mainline for uspace/srv/net/tcp/service.c


Ignore:
Timestamp:
2015-08-30T14:52:08Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb0ca35
Parents:
df13836
Message:

Revisit a few uses of list_count, list_nth w.r.t. type used for object count.

File:
1 edited

Legend:

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

    rdf13836 rbe12474  
    11321132{
    11331133        tcp_cconn_t *cconn;
    1134         size_t n;
     1134        unsigned long n;
    11351135
    11361136        n = list_count(&client->cconn);
Note: See TracChangeset for help on using the changeset viewer.