Skip to content
Snippets Groups Projects
Commit 6f76ad88 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

listSizeExtend: init ops, val and status

parent 75af7a5a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,10 @@
2012-09-20 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
* listSizeExtend: init ops, val and status
2012-09-20 Thomas Jahns <jahns@dkrz.de>
* listInitialize: set mutex type to PTHREAD_MUTEX_RECURSIVE
2012-09-11 Uwe Schulzweida <Uwe.Schulzweida@zmaw.de>
......
......@@ -211,6 +211,9 @@ void listSizeExtend()
{
listResources[nsp][i].resH = namespaceIdxEncode2 ( nsp, i );
listResources[nsp][i].next = listResources[nsp] + i + 1;
listResources[nsp][i].ops = NULL;
listResources[nsp][i].val = NULL;
listResources[nsp][i].status = RESH_UNDEFID;
}
listResources[nsp][newListSize-1].next = freeListHead[nsp];
......
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