config.id -> mediaDriverId()

This commit is contained in:
Robinson 2023-08-09 22:13:55 -06:00
parent def935214f
commit 50ab7fc72f
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ abstract class Configuration protected constructor() {
*
* This is because configs that are DIFFERENT, but have the same values MUST use the same aeron driver.
*/
val id: Int get() {
fun mediaDriverId(): Int {
return config.mediaDriverId()
}