mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 21:50:37 +00:00
fix bogus 'extern "C"' declaration
This commit is contained in:
@@ -30,6 +30,6 @@ pub struct LfcMetrics {
|
||||
// index 59 is size of working set accessed within last 60 minutes.
|
||||
pub lfc_approximate_working_set_size_windows: [i64; 60],
|
||||
}
|
||||
pub extern "C" fn callback_get_lfc_metrics() -> LfcMetrics {
|
||||
pub fn callback_get_lfc_metrics() -> LfcMetrics {
|
||||
unsafe { callback_get_lfc_metrics_unsafe() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user