Changeset 120eedd in code for icb.h


Ignore:
Timestamp:
Jun 17, 2014, 11:46:35 AM (11 years ago)
Author:
Mike Belopuhov <mike@…>
Branches:
master
Children:
e68221b
Parents:
9440414
Message:

prevent icbd_drop from freeing an icb session while dns is in progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • icb.h

    r9440414 r120eedd  
    9090#define CLRF(t, f)               ((t) &= ~(f))
    9191#define ISSETF(t, f)             ((t) & (f))
    92 #define ICB_SF_PROTOSENT         0x01
    93 #define ICB_SF_LOGGEDIN          0x02
    94 #define ICB_SF_NOGROUP           0x08
    95 #define ICB_SF_NOBEEP            0x10
    96 #define ICB_SF_NOBEEP2           0x20
     92#define ICB_SF_PROTOSENT         0x0001
     93#define ICB_SF_LOGGEDIN          0x0002
     94#define ICB_SF_NOGROUP           0x0008
     95#define ICB_SF_NOBEEP            0x0010
     96#define ICB_SF_NOBEEP2           0x0020
     97
     98#define ICB_SF_DNSINPROGRESS     0x1000
     99#define ICB_SF_PENDINGDROP       0x2000
    97100
    98101        /* in-group linkage */
Note: See TracChangeset for help on using the changeset viewer.