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 15
and
Version 16
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:
Mar 10, 2009, 5:42:34 PM (
16 years
ago)
Author:
Nicolas Pouillon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SplitMsg
v15
v16
12
12
'producer',
13
13
ports = { 'output' : MwmrOutput(32) },
14
impl
= [
14
impl
s
= [
15
15
SwTask('prod_func',
16
16
stack_size = 2048,
…
…
24
24
'consumer',
25
25
ports = { 'input' : MwmrInput(32) },
26
impl
= [
26
impl
s
= [
27
27
SwTask('cons_func',
28
28
stack_size = 2048,