This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch staging/1.5.4
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 5e0fb229 GUACAMOLE-1850: Merge additional locking around
guac_common_cursor.
add 3b7495db GUACAMOLE-1846: Ensure successful builds on older GCC.
add 2769e5ff GUACAMOLE-1846: Clean up rwlock code for public consumption.
new 171219c9 GUACAMOLE-1846: Merge correction to build failures on older
GCC (including making guac_rwlock public).
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%)