Changeset 77 for trunk/samba/source/include/smbprofile.h
- Timestamp:
- Sep 30, 2007, 3:42:50 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/include/smbprofile.h
r22 r77 9 9 This program is free software; you can redistribute it and/or modify 10 10 it under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 You should have received a copy of the GNU General Public License 20 along with this program; if not, write to the Free Software 21 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 along with this program. If not, see <http://www.gnu.org/licenses/>. 22 21 23 22 */ … … 144 143 #define syscall_fchown_count __profile_stats_value(PR_VALUE_SYSCALL_FCHOWN, count) 145 144 #define syscall_fchown_time __profile_stats_value(PR_VALUE_SYSCALL_FCHOWN, time) 145 146 PR_VALUE_SYSCALL_LCHOWN, 147 #define syscall_lchown_count __profile_stats_value(PR_VALUE_SYSCALL_LCHOWN, count) 148 #define syscall_lchown_time __profile_stats_value(PR_VALUE_SYSCALL_LCHOWN, time) 146 149 147 150 PR_VALUE_SYSCALL_CHDIR,
Note:
See TracChangeset
for help on using the changeset viewer.