This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 4b82bc95519864379957e083c93d0d0cf51b3bd4 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 26 12:47:09 2019 +0200 src/x2goclient-network.h: reserve some space for future functions in the X2GoClientNetworkOptions class. --- src/x2goclient-network.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/x2goclient-network.h b/src/x2goclient-network.h index 0e41baf..d05b3dc 100644 --- a/src/x2goclient-network.h +++ b/src/x2goclient-network.h @@ -35,6 +35,9 @@ G_DECLARE_DERIVABLE_TYPE (X2GoClientNetworkOptions, x2goclient_network_options, struct _X2GoClientNetworkOptionsClass { GObjectClass parent_class; + + /* Reserved space for future functions... */ + gpointer padding[100]; }; #define X2GOCLIENT_TYPE_NETWORK (x2goclient_network_get_type ()) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git