Adding sentinel code for debug
This commit is contained in:
parent
7f3f4cfdd0
commit
d045409b9f
|
@ -60,6 +60,7 @@ void handle_JPIPstreamMSG( SOCKET connected_socket, cachelist_param_t *cachelist
|
||||||
metadatalist = gene_metadatalist();
|
metadatalist = gene_metadatalist();
|
||||||
parse_metamsg( msgqueue, *jpipstream, *streamlen, metadatalist);
|
parse_metamsg( msgqueue, *jpipstream, *streamlen, metadatalist);
|
||||||
|
|
||||||
|
assert( msgqueue->last );
|
||||||
assert( msgqueue->last->csn < INT_MAX );
|
assert( msgqueue->last->csn < INT_MAX );
|
||||||
/* cid registration*/
|
/* cid registration*/
|
||||||
if( target != NULL){
|
if( target != NULL){
|
||||||
|
|
Loading…
Reference in New Issue