Commit f45cad15 authored by claes's avatar claes

Using DMQ server in stead of client library. /CJ

parent 61d3d62d
......@@ -3,6 +3,6 @@ link_rule_mk := 1
link = $(ldxx) $(elinkflags) $(domap) -o $(export_exe) \
$(export_obj) $(objects) $(rt_msg_eobjs) \
-lpwr_remote -lpwr_rt -lpwr_co -lpwr_msg_dummy -ldmqcl -lpthread -lrt -lm
-lpwr_remote -lpwr_rt -lpwr_co -lpwr_msg_dummy -ldmq -lpthread -lrt -lm
endif
/*
* Proview $Id: rs_remote_mq.c,v 1.1 2006-02-09 09:51:05 claes Exp $
* Proview $Id: rs_remote_mq.c,v 1.2 2006-02-21 14:10:26 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -360,7 +360,7 @@ if (debug) printf("Before remtrans_init\n");
NULL,
NULL);
if (sts != PAMS__SUCCESS) {
if (sts != PAMS__SUCCESS && sts != PAMS__JOURNAL_ON) {
errh_Fatal("pams_attach_q, %d", sts);
errh_SetStatus(PWR__SRVTERM);
exit(sts);
......
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