google-code-export / lusca-cache

Automatically exported from code.google.com/p/lusca-cache
0 stars 0 forks source link

add "upstream ip" to request_t #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add an upstream IP to the request_t so said request_t knows where it's
being forwarded to.

Document exactly what's going on! (eg, what happens when the forwarding is
retried; or it's a HIT, or internal request, or any other weird cases that
pop up.)

Original issue reported on code.google.com by adrian.c...@gmail.com on 18 Apr 2010 at 8:19

GoogleCodeExporter commented 9 years ago
build error with recent svn

-o filemap.o filemap.c
filemap.c:50:21: error: fileMap.h: No such file or directory
filemap.c:72: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'*' token
filemap.c:87: error: expected ')' before '*' token
filemap.c:103: error: expected ')' before '*' token
filemap.c:120: error: expected ')' before '*' token
filemap.c:128: error: expected ')' before '*' token
filemap.c:138: error: expected ')' before '*' token
filemap.c:165: error: expected ')' before '*' token

Original comment by fahmi...@gmail.com on 19 Apr 2010 at 12:05

GoogleCodeExporter commented 9 years ago
I need the whole build/compiler line there. I don't know what was trying to do!

Original comment by adrian.c...@gmail.com on 19 Apr 2010 at 2:04

GoogleCodeExporter commented 9 years ago
fix in r14619,

thx

Original comment by fahmi...@gmail.com on 19 Apr 2010 at 3:47