Re: [libvirt] [PATCH v2 18/20] virlog: Make some of the methods static

2016-09-21 Thread John Ferlan
On 08/18/2016 07:47 AM, Erik Skultety wrote: > Several methods that were introduced in previous patches were not made static > on purpose so they could be introduced without any occurrence without the > compiler complaining about not using them. Since the scope of the methods is > local to the

[libvirt] [PATCH v2 18/20] virlog: Make some of the methods static

2016-08-18 Thread Erik Skultety
Several methods that were introduced in previous patches were not made static on purpose so they could be introduced without any occurrence without the compiler complaining about not using them. Since the scope of the methods is local to the virlog module only, they can now be turned to static.