diff --git a/src/plugins/select/bluegene/bgl_switch_connections.c b/src/plugins/select/bluegene/bgl_switch_connections.c index 64678200ce99889b70ddfe36ca507c6463fff4f2..5807c4110c8f79b17e95993ff0a666ed12930cd3 100644 --- a/src/plugins/select/bluegene/bgl_switch_connections.c +++ b/src/plugins/select/bluegene/bgl_switch_connections.c @@ -27,9 +27,9 @@ /** * connect the given switch up with the given connections */ -void _connect(rm_partition_t *my_part, rm_switch_t *my_switch, - rm_connection_t *conn1, rm_connection_t *conn2, rm_connection_t *conn3, - int first) +static void _connect(rm_partition_t *my_part, rm_switch_t *my_switch, + rm_connection_t *conn1, rm_connection_t *conn2, + rm_connection_t *conn3, int first) { if (first){ rm_set_data(my_switch,RM_SwitchFirstConnection,conn1);