Re: [PATCH] Reverses the order of a socket creation in weston/compositor.c

2012-02-29 Thread Kristian Hoegsberg
On Wed, Feb 29, 2012 at 10:22:23AM +0100, Igor Makarov wrote: > Hello all, > So, when I trying to start weston with 'wayland-backend.so' on ARM > device I got errors related to socket connection. > This error appear because 'backed_init' start client-socket connection > to server-socket that is ab

[PATCH] Reverses the order of a socket creation in weston/compositor.c

2012-02-29 Thread Igor Makarov
Hello all, So, when I trying to start weston with 'wayland-backend.so' on ARM device I got errors related to socket connection. This error appear because 'backed_init' start client-socket connection to server-socket that is absent at that moment. This patch reverses the order of a socket creation.