diff options
Diffstat (limited to 'doc/README.request_response_tracking')
-rw-r--r-- | doc/README.request_response_tracking | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.request_response_tracking b/doc/README.request_response_tracking index 9660a625..56200946 100644 --- a/doc/README.request_response_tracking +++ b/doc/README.request_response_tracking @@ -34,9 +34,9 @@ First we need to include the definitions for conversations. Then we also need a few header fields to show the relations between request and response as well as the response time. - static int hf_pana_response_in = -1; - static int hf_pana_response_to = -1; - static int hf_pana_response_time = -1; + static int hf_pana_response_in; + static int hf_pana_response_to; + static int hf_pana_response_time; We need a structure that holds all the information we need to remember between the request and the responses. One such structure will be allocated |