Changeset 04cd242 in mainline for uspace/srv/net/tl/tcp/test.c


Ignore:
Timestamp:
2011-11-27T18:20:58Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a4ee3ab2
Parents:
762b48a
Message:

Implement socket provider API in tcp module (active side).

File:
1 edited

Legend:

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

    r762b48a r04cd242  
    124124        }
    125125
    126         rc = thread_create(test_cli, NULL, "test_cli", &cli_tid);
    127         if (rc != EOK) {
    128                 printf("Failed to create client thread.\n");
    129                 return;
     126        if (0) {
     127                rc = thread_create(test_cli, NULL, "test_cli", &cli_tid);
     128                if (rc != EOK) {
     129                        printf("Failed to create client thread.\n");
     130                        return;
     131                }
    130132        }
    131133}
Note: See TracChangeset for help on using the changeset viewer.