Ignore:
Timestamp:
11/10/2008 03:58:38 PM (15 years ago)
Author:
marcus
Message:

r61 | walther | 2008-11-10 16:11:15 +0100 (Mo, 10 Nov 2008) | 3 lines

  • 64bit compatibility for net I/O
  • sample configuration file for shd process
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/port_io.c

    r16 r78  
    22 *      ========= 
    33 * 
    4  * version 2, 9-Jul-2006 
     4 * version 3, 9-Jul-2006 
    55 *  
    66 * socket server test program 
    77 * 
    88 * K. Stammler, 28-Jun-2006 
    9  */ 
    10  
    11  
     9 * M. Walther, 22-Oct-2008 
     10 */ 
     11 
     12 
     13#include <arpa/inet.h> 
    1214#include <stdio.h> 
     15#include <string.h> 
    1316#include <errno.h> 
    1417#include <stdlib.h> 
     
    8689        int      i;                          /* counter */ 
    8790        struct sockaddr_in clientname;       /* name of client */ 
    88         size_t   size;                       /* size of clientname structure */ 
     91        socklen_t   size;                       /* size of clientname structure */ 
    8992 
    9093        /* executable code */ 
Note: See TracChangeset for help on using the changeset viewer.