This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from eae24284 Merge 1.5.4 changes back to master.
     add 3b7495db GUACAMOLE-1846: Ensure successful builds on older GCC.
     add 2769e5ff GUACAMOLE-1846: Clean up rwlock code for public consumption.
     add 171219c9 GUACAMOLE-1846: Merge correction to build failures on older 
GCC (including making guac_rwlock public).
     new d44815d7 Merge 1.5.4 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/guacd/daemon.c                                 |  3 +-
 src/guacd/proc.c                                   |  3 +-
 src/libguac/Makefile.am                            |  4 +-
 src/libguac/client.c                               | 71 +++++++++++-----------
 src/libguac/guacamole/client.h                     |  6 +-
 .../{reentrant-rwlock.h => guacamole/rwlock.h}     | 53 ++++++++--------
 src/libguac/{reentrant-rwlock.c => rwlock.c}       | 50 ++++++++++-----
 7 files changed, 103 insertions(+), 87 deletions(-)
 rename src/libguac/{reentrant-rwlock.h => guacamole/rwlock.h} (73%)
 rename src/libguac/{reentrant-rwlock.c => rwlock.c} (86%)

Reply via email to