]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svc.h
SUNRPC: spin svc_rqst initialization to its own function
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / svc.h
index 742ab461d8428911eb01e77ee5f10267b060929b..64c771056187a3957c70ce3c212e0db82db49ff9 100644 (file)
@@ -384,6 +384,8 @@ struct svc_procedure {
  */
 struct svc_serv *  svc_create(struct svc_program *, unsigned int,
                              void (*shutdown)(struct svc_serv*));
+struct svc_rqst *svc_prepare_thread(struct svc_serv *serv,
+                                       struct svc_pool *pool);
 int               svc_create_thread(svc_thread_fn, struct svc_serv *);
 void              svc_exit_thread(struct svc_rqst *);
 struct svc_serv *  svc_create_pooled(struct svc_program *, unsigned int,