diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-28 05:20:11 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-28 05:20:11 +0000 |
commit | ba33beec050bdc4bf0452761c481ea41985b831f (patch) | |
tree | 179e98e27411d9c3ca70ab799d73273306b480ed /source4/build/pidl/idl.gram | |
parent | d419464d87127c9464d1a00976a36774835d196d (diff) | |
download | samba-ba33beec050bdc4bf0452761c481ea41985b831f.tar.gz samba-ba33beec050bdc4bf0452761c481ea41985b831f.tar.bz2 samba-ba33beec050bdc4bf0452761c481ea41985b831f.zip |
* added a bunch of placeholder IDL files
* allow for an interface to list its endpoints in the IDL file, so we
can automatically make the server listen on the right pipes, and
can scan pipes more easily (I don't take advantage of this yet,
just putting the infrastructure in place)
(This used to be commit c8b8480244b4ab6204403dc65e92e4317b410a84)
Diffstat (limited to 'source4/build/pidl/idl.gram')
-rw-r--r-- | source4/build/pidl/idl.gram | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index b354b9772a..adabbe41a6 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -17,7 +17,7 @@ module_header: '[' <commit> module_param(s? /,/) ']' }} | <error?> -module_param: identifier '(' text ')' +module_param: identifier '(' <commit> text ')' {{ "$item{identifier}" => "$item{text}" }} | <error> |