Whamcloud - gitweb
LU-8006 ptlrpc: specify ordering of TBF policy rules
[fs/lustre-release.git] / lustre / include / lustre_nrs_tbf.h
index 4d93c23..0e5c929 100644 (file)
@@ -242,9 +242,11 @@ struct nrs_tbf_cmd {
                        char                    *ts_jobids_str;
                        __u32                    ts_valid_type;
                        __u32                    ts_rule_flags;
+                       char                    *ts_next_name;
                } tc_start;
                struct nrs_tbf_cmd_change {
                        __u64                    tc_rpc_rate;
+                       char                    *tc_next_name;
                } tc_change;
        } u;
 };