Skip to content

Commit

Permalink
kernel: process_checker: basic: make assigner pub
Browse files Browse the repository at this point in the history
This was missed in the AppId update.
  • Loading branch information
bradjc committed Apr 16, 2024
1 parent 86abc90 commit 82444c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/process_checker/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl<'a> AppCredentialsPolicy<'a> for AppCheckerSimulated<'a> {
}
}

struct AppIdAssignerSimulated {}
pub struct AppIdAssignerSimulated {}

impl AppUniqueness for AppIdAssignerSimulated {
// This checker doesn't allow you to run two processes with the
Expand Down

0 comments on commit 82444c4

Please sign in to comment.