summaryrefslogtreecommitdiffstats
path: root/net/http/http_request_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_request_info.h')
-rw-r--r--net/http/http_request_info.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h
index 70c1300..b906cf5 100644
--- a/net/http/http_request_info.h
+++ b/net/http/http_request_info.h
@@ -52,6 +52,10 @@ struct HttpRequestInfo {
// The motivation behind this request.
RequestMotivation motivation;
+
+ // An optional globally unique identifier for this request for use by the
+ // consumer. 0 is invalid.
+ uint64 request_id;
};
} // namespace net