[DAQ-drivers] utils/remex branch, devel, updated. 1.1-1-5-g4ba483e

Bryan Moffit moffit at jlab.org
Fri Jul 10 10:43:38 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "utils/remex".

The branch, devel has been updated
       via  4ba483ec1e4f5aaa0721a7f125472be42fd7fc77 (commit)
       via  bf1894ea8c11eced423f3a1fb156e921ae8c80e1 (commit)
       via  c3928cee3677c6e29997558c852c44eb6e14bc4b (commit)
       via  44b186620647790f58fd676a171254dfc9f234f1 (commit)
       via  d88a0cd774d4c12f4b63848e67a929a8ba89e5f0 (commit)
      from  490d0799e6078f3a4acc03ce7d4c07223c3765d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4ba483ec1e4f5aaa0721a7f125472be42fd7fc77
Merge: 44b1866 bf1894e
Author: Bryan Moffit <moffit at jlab.org>
Date:   Fri Jul 10 10:41:36 2015 -0400

    Merge branch 'feature-udl_password' into devel

commit bf1894ea8c11eced423f3a1fb156e921ae8c80e1
Author: Bryan Moffit <moffit at jlab.org>
Date:   Fri Jul 10 10:38:45 2015 -0400

    A few fixes to make cMsg password work correctly on the remex server side.
    
    Makefile:
     - clean recipe also removes the executable
    
    remexClientLib.c
     - remote DEBUG declaration
    
    remexLib.c
     - Remove setting of password in call to
        remexSetCmsgServer(..)
       and move it into remexInit(..)
     - Add multicastTO=5 to UDL

commit c3928cee3677c6e29997558c852c44eb6e14bc4b
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu Jul 9 17:53:25 2015 -0400

    Added feature to supply cMsg server password (used for EXPID in CODA 3.x).
    Client side tested, need to check server side.
    
    remex.c
     - New commandline argument:
        -p, --password
     - Also check if environment variable is set:
        REMEX_CMSG_PASSWORD
    
    remexClientLib.c, remexLib.{c,h}
     - New routine to handle cmsg server password:
         int remexClientSetCmsgPassword(char *password)
         int remexSetCmsgPassword(char *password)
     - Add timeout line (5 seconds) for multicast in the udl
     - Provide a better output when the remex host doesn't appear to be subscribed
        to the cMsg server. (reply pointer to SendAndGet is NULL).
     - Add in some delay before the cMsgDisconnect to void some error messages
        from cMsg.

commit 44b186620647790f58fd676a171254dfc9f234f1
Merge: 490d079 d88a0cd
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu Jul 9 10:25:41 2015 -0400

    Merge branch 'feature-64bit_comat' into devel

commit d88a0cd774d4c12f4b63848e67a929a8ba89e5f0
Author: Bryan Moffit <moffit at jlab.org>
Date:   Thu Jul 9 10:20:59 2015 -0400

    Changes for 64bit compatibility.
    
    Makefile
     - Recipe for 'install' changed to installation into $CODA directory
     - added linuxvme_install and linuxvme_links to recover those methods, if wanted.
     - Change the default CMSG_LIB to account for architecture.
    
    remexLib.c
     - Use 'long' function pointers to account for correct arch.

-----------------------------------------------------------------------

Summary of changes:
 Makefile            | 18 +++++++++++----
 README              |  2 --
 remex.c             | 35 ++++++++++++++++++++++++++++-
 remexClientLib.c    | 62 ++++++++++++++++++++++++++++++++++++++++++++++------
 remexLib.c          | 63 +++++++++++++++++++++++++++++++++++++++++++----------
 remexLib.h          |  2 ++
 test/remexLibTest.c |  7 ++++--
 7 files changed, 161 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
utils/remex


More information about the Daq-drivers mailing list