Search:
Login
About Trac
Help/Guide
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 4
and
Version 5
of
SplitMsg
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 8, 2007, 3:52:07 PM (
18 years
ago)
Author:
Nicolas Pouillon
Comment:
Taille des piles
Legend:
Unmodified
Added
Removed
Modified
SplitMsg
v4
v5
21
21
impl = [
22
22
SwTask('prod_func',
23
stack_size =
128
,
23
stack_size =
256
,
24
24
sources = ['producer.c'])
25
25
] )
…
…
30
30
impl = [
31
31
SwTask('cons_func',
32
stack_size =
128
,
32
stack_size =
256
,
33
33
sources = ['consumer.c'])
34
34
] )