repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libnet: set the invocation_id earlier in order to avoid annoying messages
[Samba/vl.git]
/
lib
/
async_req
/
wscript_build
blob
0de58e478b83b8a0a2bf9f4deff23ec7b527a73c
1
#!/usr/bin/env python
2
3
4
bld
.
SAMBA_SUBSYSTEM
(
'LIBASYNC_REQ'
,
5
source
=
'async_sock.c'
,
6
public_deps
=
'talloc tevent'
,
7
deps
=
'tevent-util'
8
)
9