aboutsummaryrefslogblamecommitdiff
path: root/src/adhoc.hrl
blob: 2888a6639d99f8a59fdfab4be90c4c88f7cf13f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                            
-record(adhoc_request, {lang,
			node,
			sessionid,
			action,
			xdata,
			others}).

-record(adhoc_response, {lang,
			 node,
			 sessionid,
			 status,
			 defaultaction = "",
			 actions = [],
			 notes = [],
			 elements = []}).