Commit 3bba81c3 authored by claes's avatar claes

rt volume added

parent 1042d823
/*
* Proview $Id: ini.c,v 1.22 2005-10-25 15:28:10 claes Exp $
* Proview $Id: ini.c,v 1.23 2005-11-14 16:36:35 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1177,6 +1177,19 @@ ini_ReadBootFile (
}
fclose(f);
/* Insert global shared volume rt */
vid = cdh_cRtVolume;
vp = tree_Insert(sts, cp->vid_t, &vid);
strcpy(vp->name, "rt");
lst_InsertPred(NULL, &cp->vol_lh, &vp->ll, vp);
vp->oid_t = tree_CreateTable(sts, sizeof(pwr_tObjectIx),
offsetof(ivol_sObject, oix), sizeof(ivol_sObject), 10,
tree_Comp_oix);
lst_Init(NULL, &vp->upd_lh, NULL);
lst_Init(NULL, &vp->upd_io_lh, NULL);
lst_Init(NULL, &vp->cre_lh, NULL);
}
pwr_tBoolean
......
......@@ -11,4 +11,5 @@ telemecanique 0.0.250.4
ssabox 0.0.250.5
klocknermoeller 0.0.250.5
inor 0.0.250.6
wb 254.254.254.254
\ No newline at end of file
wb 254.254.254.254
rt 254.254.254.245
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment