r3081: several updates to ntvfs and server side async request handling in
[bbaumbach/samba-autobuild/.git] / source4 / smb_server / smb_server.h
index 6b0994687c07998a03c9535642ccc6140c381b4f..666eb3491bda42f2e291da6842c25775d721741d 100644 (file)
@@ -114,8 +114,8 @@ struct smbsrv_request {
           control_flag on the request to indicate that it wishes to
           delay the reply
 
-          If async.send_fn is NULL then the backend cannot ask for a
-          delayed reply for this request
+          If REQ_CONTROL_MAY_ASYNC is not set then the backend cannot
+          ask for a delayed reply for this request
 
           note that the async.private pointer is private to the front
           end not the backend. The backend must not change it.