Navigation


Changeset 403:26aafbbc1640 in freeDiameter for freeDiameter/sctp.c


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/sctp.c

    r378 r403  
    997997
    998998/* Send a buffer over a specified stream */
    999 int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, int * cc_status)
     999int fd_sctp_sendstr(int sock, uint16_t strid, uint8_t * buf, size_t len, uint32_t * cc_status)
    10001000{
    10011001        struct msghdr mhdr;
     
    10541054
    10551055/* Receive the next data from the socket, or next notification */
    1056 int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, int * cc_status)
     1056int fd_sctp_recvmeta(int sock, uint16_t * strid, uint8_t ** buf, size_t * len, int *event, uint32_t * cc_status)
    10571057{
    10581058        ssize_t                  ret = 0;
Note: See TracChangeset for help on using the changeset viewer.