summaryrefslogtreecommitdiff
path: root/include/gatekeeper/gatekeeper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gatekeeper/gatekeeper.h')
-rw-r--r--include/gatekeeper/gatekeeper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gatekeeper/gatekeeper.h b/include/gatekeeper/gatekeeper.h
index 33ffb9f..ff80b39 100644
--- a/include/gatekeeper/gatekeeper.h
+++ b/include/gatekeeper/gatekeeper.h
@@ -187,7 +187,7 @@ private:
*
* Returns true if the request is in the throttle window.
*/
- bool ThrottleRequest(uint32_t uid, secure_id_t user_id, uint64_t timestamp,
+ bool ThrottleRequest(uint32_t uid, uint64_t timestamp,
failure_record_t *record, GateKeeperMessage *response);
};