Skip to content
Snippets Groups Projects
Commit 62878f1a authored by Moe Jette's avatar Moe Jette
Browse files

Explicitly define local function "static".

parent 623d9f80
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
/** /**
* connect the given switch up with the given connections * connect the given switch up with the given connections
*/ */
void _connect(rm_partition_t *my_part, rm_switch_t *my_switch, 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, rm_connection_t *conn1, rm_connection_t *conn2,
int first) rm_connection_t *conn3, int first)
{ {
if (first){ if (first){
rm_set_data(my_switch,RM_SwitchFirstConnection,conn1); rm_set_data(my_switch,RM_SwitchFirstConnection,conn1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment