-
Notifications
You must be signed in to change notification settings - Fork 1
/
voidAlterado.html
94 lines (94 loc) · 4.72 KB
/
voidAlterado.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Void Alterado</title>
</head>
<body>
<span style="font-weight: bold; color: rgb(51, 102, 255);">Alterações
28/09/2006</span><br>
Foram alterados os arquivos Ports.h, a estrutura OutPutPort para<br>
suportar que vários fluxos de saída utilizem a mesma
porta. struct.h<br>
na estrutura StreamSpec para definir no stream de onde ele irá
vir.<br>
Foi decido que será um único stream para o caso da
bifurcação de fluxo<br>
<span style="font-weight: bold;"><br>
<br>
<span style="color: rgb(51, 102, 255);">Alterações
03/10/2006</span></span><br>
No arquivo <span style="font-weight: bold;">parser.c</span><br>
Para que seja possível que um "<span style="font-style: italic;">from</span>"
tenha vários "<span style="font-style: italic;">to</span>" foi
decidido que a política de envio de menssagens será
colocada na tag "<span style="font-style: italic;">to</span>".<br>
O estado "<span style="font-style: italic;">tostream</span>" no qual
antes só podia fechar uma tag <span style="font-style: italic;"></stream>,<br>
</span><span style="font-weight: bold;"></span>agora é permitido
abrir uma tag "<span style="font-style: italic;">to</span>" e o estado
é setado para "<span style="font-style: italic;">fromto</span>".<br>
Pendências: mudar os métodos: <span
style="font-style: italic;">setFrom</span> e <span
style="font-style: italic;">setTo</span> do arquivo <span
style="font-style: italic;">StreamSpec.c<br>
</span>Foi adicionado na estrutura SreamSpec um menbro que "numToSend"
para indicar o número de filtros que irão receber esse
stream.<br>
O erro "<span style="color: rgb(255, 0, 0);">Invalid Policy or labeled
stream requires a policy lib name</span>" passa a poder ocorrer
no método <span style="font-style: italic;">setTo</span> ao
invés do <span style="font-style: italic;">setFrom.<br>
Fim das alterações no arquivo <span
style="font-weight: bold;">parser.c</span>.<br>
O arquivo <span style="font-weight: bold;">manager.c</span> foi
alterado para que um stream possa ir para vários filtros
dependendo da váriavel numToSend<br>
de cada stream. <br>
<span style="font-weight: bold;">Obs.: </span></span><span
style="font-weight: bold;"></span>Lembrar de desempacotar os
parametros do pvm do mesmo modo como eles foram empacotados.<br>
<br>
<span style="font-style: italic;"></span><span
style="font-style: italic;"></span><span style="font-weight: bold;"><span
style="color: rgb(51, 102, 255);">Alterações
05/10/2006<br>
</span></span><span style="color: rgb(51, 102, 255);"><span
style="color: rgb(0, 0, 0);">Nos arquivos <span
style="font-weight: bold;">filterdata.c</span> e <span
style="font-weight: bold;">ports.c</span></span><br
style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">Foi alterada a ordem de recebimento
dos parametros passados pelo manager e foi criado um loop para</span><br
style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">receber as informações
de cada "to" no </span></span><span style="color: rgb(51, 102, 255);"><span
style="color: rgb(0, 0, 0);"><span style="font-weight: bold;">filterdata.c</span></span></span><span
style="color: rgb(51, 102, 255);"><span style="color: rgb(0, 0, 0);">
e por demanda foram alterados os métodos de <span
style="font-weight: bold;">ports.c</span></span><br
style="color: rgb(0, 0, 0);">
<span style="color: rgb(0, 0, 0);">usados pelo <span
style="font-weight: bold;">filterdata.c</span> .<br>
<br>
<span style="color: rgb(51, 102, 255); font-weight: bold;">Alterações
13/10/2006</span><br>
No arquivo <span style="font-weight: bold;">Termination.c</span>, foi
alterado o método<span style="font-style: italic;"> initTerminationDetection
</span>para permitir que seja possível<br>
detectar se todos os "<span style="font-weight: bold;">to</span>" de um
"<span style="font-weight: bold;">from</span>" já foram enviados
e terminados. <br>
No arquivo <span style="font-weight: bold;">ConfMaker.c </span>foi
alterado o método <span style="font-style: italic;">generateLayout</span>
para adequar a leitura do arquivo de configuração ao novo
xml. Está <span style="color: rgb(255, 0, 0);">faltando</span>
analisar nesse método na linha 157 como é montado o
arquivo de configuração da cache.<br>
<br>
<br>
</span></span><span style="font-weight: bold;"><span
style="color: rgb(51, 102, 255);"></span></span>
</body>
</html>