mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
6ea7b3e8d1
Automating a sorting check is the only way to ensure we don't regress. Suggested by Dan Berrange. * src/check-symsorting.pl (check_sorting): Add a parameter, validate that groups are in order, and that files exist. * src/Makefile.am (check-symsorting): Adjust caller. * src/libvirt_private.syms: Fix typo. * src/libvirt_linux.syms: Fix file name. * src/libvirt_vmx.syms: Likewise. * src/libvirt_xenxs.syms: Likewise. * src/libvirt_sasl.syms: Likewise. * src/libvirt_libssh2.syms: Likewise. * src/libvirt_esx.syms: Mention file name. * src/libvirt_openvz.syms: Likewise.
23 lines
540 B
Plaintext
23 lines
540 B
Plaintext
#
|
|
# ssh session - specific symbols
|
|
#
|
|
|
|
# rpc/virnetsshsession.h
|
|
virNetSSHChannelRead;
|
|
virNetSSHChannelWrite;
|
|
virNetSSHSessionAuthAddAgentAuth;
|
|
virNetSSHSessionAuthAddKeyboardAuth;
|
|
virNetSSHSessionAuthAddPasswordAuth;
|
|
virNetSSHSessionAuthAddPrivKeyAuth;
|
|
virNetSSHSessionAuthReset;
|
|
virNetSSHSessionAuthSetCallback;
|
|
virNetSSHSessionConnect;
|
|
virNetSSHSessionHasCachedData;
|
|
virNetSSHSessionSetChannelCommand;
|
|
virNetSSHSessionSetHostKeyVerification;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|