diff --git a/linux_amd64/include/nice/candidate.h b/linux_amd64/include/nice/candidate.h index 315daba..5292227 100644 --- a/linux_amd64/include/nice/candidate.h +++ b/linux_amd64/include/nice/candidate.h @@ -180,6 +180,7 @@ struct _TurnServer * @turn: The #TurnServer settings if the candidate is * of type %NICE_CANDIDATE_TYPE_RELAYED * @sockptr: The underlying socket + * @keepalive_next_tick: The timestamp for the next keepalive * * A structure to represent an ICE candidate @@ -205,6 +206,7 @@ struct _NiceCandidate gchar *password; /* pointer to a nul-terminated password string */ TurnServer *turn; gpointer sockptr; + guint64 keepalive_next_tick; /* next tick timestamp */ }; /** diff --git a/linux_amd64/lib/libnice.la b/linux_amd64/lib/libnice.la index d3f96b0..532206e 100755 --- a/linux_amd64/lib/libnice.la +++ b/linux_amd64/lib/libnice.la @@ -17,7 +17,7 @@ old_library='' inherited_linker_flags=' -pthread' # Libraries that this one depends upon. -dependency_libs=' -L/root/libnice/../openssl/linux_amd64/crypto/ -L/root/libnice/../openssl/linux_amd64/ssl/ -L/root/glibc-prebuild/linux_amd64/lib/x86_64-linux-gnu -lrt -lssl -lcrypto -lgio-2.0 -lz -lresolv -lgmodule-2.0 -ldl -lgobject-2.0 -lffi -lglib-2.0 -lpcre' +dependency_libs=' -L/root/libnice/../openssl/out/lib/lib -L/root/glibc-prebuild/linux_amd64/lib/x86_64-linux-gnu -lrt -lssl -lcrypto -lgio-2.0 -lz -lresolv -lgmodule-2.0 -ldl -lgobject-2.0 -lffi -lglib-2.0 -lpcre' # Names of additional weak libraries provided by this library weak_library_names='' diff --git a/linux_amd64/lib/libnice.so.10.9.0 b/linux_amd64/lib/libnice.so.10.9.0 index 66df9c9..a921786 100755 Binary files a/linux_amd64/lib/libnice.so.10.9.0 and b/linux_amd64/lib/libnice.so.10.9.0 differ