]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dmclock/sim/src/ssched/ssched_client.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / dmclock / sim / src / ssched / ssched_client.h
index dcbe0771de5ed2a6ff8394d668c98b7d0d6e0649..6764a09a871559d74bb2e8fad72bdf3264fad2bb 100644 (file)
@@ -3,6 +3,13 @@
 
 /*
  * Copyright (C) 2016 Red Hat Inc.
+ *
+ * Author: J. Eric Ivancich <ivancich@redhat.com>
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License version
+ * 2.1, as published by the Free Software Foundation.  See file
+ * COPYING.
  */
 
 
@@ -24,15 +31,15 @@ namespace crimson {
       // cleaning process
       ServiceTracker()
       {
-       // emptry
+       // empty
       }
 
-
-      void track_resp(const S& server_id, const NullData& ignore) {
+      void track_resp(const S& server_id,
+                     const NullData& ignore,
+                     uint64_t request_cost) {
        // empty
       }
 
-
       /*
        * Returns the ReqParams for the given server.
        */