/[aleader]/aleader/aleader/aleader_ip.h
ViewVC logotype

Diff of /aleader/aleader/aleader_ip.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jpritikin, Mon Jun 16 02:29:14 2003 UTC revision 1.2 by jpritikin, Mon Aug 11 13:45:21 2003 UTC
# Line 43  typedef enum { Line 43  typedef enum {
43    IP_INTENT_READY    IP_INTENT_READY
44  } AppIpIntentEnum;  } AppIpIntentEnum;
45    
 #define IP_IS_SYMMETRIC_INTENT(intent)  \  
    ((intent) == IP_INTENT_UNSET ||      \  
     (intent) == IP_INTENT_IMPASSE ||    \  
     (intent) == IP_INTENT_READY)  
   
46  #define IP_IS_INTENSITY_INTENT(intent)  \  #define IP_IS_INTENSITY_INTENT(intent)  \
47     ((intent) == IP_INTENT_OBSERVES ||   \     ((intent) == IP_INTENT_OBSERVES ||   \
48      (intent) == IP_INTENT_UNEASY ||     \      (intent) == IP_INTENT_UNEASY ||     \
# Line 74  typedef enum { Line 69  typedef enum {
69        (intent) == IP_INTENT_ADMIRES ||  \        (intent) == IP_INTENT_ADMIRES ||  \
70        (intent) == IP_INTENT_ACCEPTS)        (intent) == IP_INTENT_ACCEPTS)
71    
72    gint is_left_initiator_intention (gint intention);
73    
74  typedef enum {  typedef enum {
75    IP_PHASE_UNSET,    IP_PHASE_UNSET,
76    IP_PHASE_BEFORE,    IP_PHASE_BEFORE,

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26