diff options
Diffstat (limited to 'libglusterfs/src/generator.py')
| -rwxr-xr-x | libglusterfs/src/generator.py | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/generator.py b/libglusterfs/src/generator.py index 21f5cf7d387..7bd4c21cb3a 100755 --- a/libglusterfs/src/generator.py +++ b/libglusterfs/src/generator.py @@ -515,8 +515,9 @@ ops['zerofill'] = (  ops['ipc'] = (  	('fop-arg',	'op',			'int32_t'), -	('fop-arg',	'xdata',		'dict_t *'), +	('fop-arg',	'xdata',		'dict_t *',			'xdata'),  	('cbk-arg',	'xdata',		'dict_t *'), +	('journal',	'fd-op'),  )  ops['seek'] = (  | 
