Navigation


Changeset 1395:603a72c4bf6c in freeDiameter


Ignore:
Timestamp:
Nov 15, 2019, 7:33:48 PM (4 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

peers.c: fix typo in comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/peers.c

    r1238 r1395  
    4141
    4242/* List of active peers */
    43 struct fd_list   fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers);      /* peers linked by their p_actives oredered by p_diamid */
     43struct fd_list   fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers);      /* peers linked by their p_actives ordered by p_diamid */
    4444pthread_rwlock_t fd_g_activ_peers_rw = PTHREAD_RWLOCK_INITIALIZER;
    4545
Note: See TracChangeset for help on using the changeset viewer.