mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
Add description for internal function
This commit is contained in:
parent
3ec5e63ca7
commit
d0fa66220d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ int aha_create_filename(char *fn, int size)
|
|||
return snprintf(fn,size,"AHA_%lx.dat",ncycles);
|
||||
}
|
||||
|
||||
/* Internal function for aha_dump_execve */
|
||||
inline void __aha_os_write_file_ck(int fd, char* buf, int cnt)
|
||||
{
|
||||
if ((cnt > 0) & (cnt < MAX_DUMP_BUF)){
|
||||
|
|
Loading…
Reference in a new issue