Navigation


Changeset 1188:f40de74bd1c7 in freeDiameter for include


Ignore:
Timestamp:
Jun 10, 2013, 3:27:15 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Don't block PSM during failover

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1186 r1188  
    31223122        fd_fifo_post_int((queue), (void *)(item))
    31233123
     3124/* Similar function but does not block. It can cause the number of items in the queue to exceed the maximum set. Do not use for normal operation,
     3125only for failure recovery for example. */
     3126int fd_fifo_post_noblock( struct fifo * queue, void ** item );
     3127
    31243128/*
    31253129 * FUNCTION:    fd_fifo_get
Note: See TracChangeset for help on using the changeset viewer.