/[lwip]/lwip/src/core/memp.c
ViewVC logotype

Diff of /lwip/src/core/memp.c

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

revision 1.10 by davidhaas, Wed Feb 12 22:00:18 2003 UTC revision 1.11 by davidhaas, Tue Feb 18 19:27:48 2003 UTC
# Line 110  static u8_t memp_memory[(MEMP_NUM_PBUF * Line 110  static u8_t memp_memory[(MEMP_NUM_PBUF *
110                                          sizeof(struct memp)))];                                          sizeof(struct memp)))];
111    
112  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
113    #ifndef SYS_LIGHTWEIGHT_PROT
114  static sys_sem_t mutex;  static sys_sem_t mutex;
115    #endif
116  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
117  #ifdef LWIP_DEBUG  #ifdef LWIP_DEBUG
118  static int  static int
# Line 168  memp_init(void) Line 170  memp_init(void)
170      }      }
171    }    }
172    
173    #ifndef SYS_LIGHTWEIGHT_PROT
174    mutex = sys_sem_new(1);    mutex = sys_sem_new(1);
175    #endif
176    
177        
178  }  }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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