Bug 13855 - no documentation for tevent_add_fv()
Summary: no documentation for tevent_add_fv()
Status: RESOLVED INVALID
Alias: None
Product: TALLOC
Classification: Unclassified
Component: libtalloc (show other bugs)
Version: unspecified
Hardware: All All
: P5 major
Target Milestone: ---
Assignee: Ralph Böhme
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-22 07:56 UTC by Amit Kumar
Modified: 2019-03-22 08:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Kumar 2019-03-22 07:56:28 UTC
samba/./lib/tsocket/tsocket_bsd.c

                bsds->fde = tevent_add_fd(ev, bsds,
                                          bsds->fd, TEVENT_FD_WRITE,
                                          tdgram_bsd_fde_handler,
                                          bsds);

Even google failed to search tevent_add_fv
Comment 1 Ralph Böhme 2019-03-22 08:43:01 UTC
tevent_add_fv?
Comment 2 Amit Kumar 2019-03-22 08:59:49 UTC
Sorry! typo my mistake.
Closed!