commit | 6bb49e5965c1fc399b4d3cd2b5cf2da535b330c0 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Nov 22 14:54:45 2006 +0000 |
committer | David Howells <dhowells@redhat.com> | Wed Nov 22 14:54:45 2006 +0000 |
tree | ebf48d3bb43c8dbf65d2653b8810973e69d3517e | |
parent | 52bad64d95bd89e08c49ec5a071fa6dcbe5a1a9c [diff] |
WorkStruct: Typedef the work function prototype Define a type for the work function prototype. It's not only kept in the work_struct struct, it's also passed as an argument to several functions. This makes it easier to change it. Signed-Off-By: David Howells <dhowells@redhat.com>