Navigation



Ignore:
Timestamp:
Jul 29, 2010, 4:11:12 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Small hack which might spear some concurrency problems and is quite harmless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/freeDiameter.h

    r447 r454  
    228228        struct {
    229229               
    230                 enum peer_state pir_state;      /* Current state of the peer in the state machine */
     230                enum peer_state pir_state;      /* Current state of the peer in the state machine. fd_cpu_flush_cache() might be useful before reading. */
    231231               
    232232                char *          pir_realm;      /* The received realm in CER/CEA. */
     
    252252        struct fd_list  pi_endpoints;   /* Endpoint(s) of the remote peer (configured, discovered, or advertized). list of struct fd_endpoint. DNS resolved if empty. */
    253253};
     254
    254255
    255256struct peer_hdr {
Note: See TracChangeset for help on using the changeset viewer.